You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-unicode-bidi/unicode-bidi-fix-metadata.diff

25 lines
487 B

--- unicode-bidi-0.3.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.7/Cargo.toml 2021-11-07T14:39:04.569833+00:00
@@ -25,13 +25,6 @@
[lib]
name = "unicode_bidi"
-[dependencies.flame]
-version = "0.2"
-optional = true
-
-[dependencies.flamer]
-version = "0.4"
-optional = true
[dependencies.serde]
version = ">=0.8, <2.0"
@@ -44,7 +37,6 @@
[features]
bench_it = []
default = ["std"]
-flame_it = ["flame", "flamer"]
std = []
unstable = []
with_serde = ["serde"]