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

29 lines
514 B

--- unicode-bidi-0.3.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.8/Cargo.toml 2022-05-13T10:30:12.907041+00:00
@@ -42,14 +42,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"
features = ["derive"]
@@ -65,10 +57,6 @@
"std",
"hardcoded-data",
]
-flame_it = [
- "flame",
- "flamer",
-]
hardcoded-data = []
std = []
unstable = []