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
474 B

--- unicode-bidi-0.3.4/Cargo.toml 1970-01-01T00:00:00+00:00
+++ unicode-bidi-0.3.4/Cargo.toml 2020-11-08T21:09:05.671999+00:00
@@ -23,13 +23,6 @@
[lib]
name = "unicode_bidi"
-[dependencies.flame]
-version = "0.1"
-optional = true
-
-[dependencies.flamer]
-version = "0.1"
-optional = true
[dependencies.serde]
version = ">=0.8, <2.0"
@@ -43,7 +36,6 @@
[features]
with_serde = ["serde"]
-flame_it = ["flame", "flamer"]
unstable = []
default = []
bench_it = []