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

34 lines
633 B

--- unicode-bidi-0.3.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.13/Cargo.toml 2023-03-21T13:30:03.973638+00:00
@@ -42,19 +42,6 @@
[lib]
name = "unicode_bidi"
-[[test]]
-name = "conformance_tests"
-path = "tests/conformance_tests.rs"
-required-features = ["hardcoded-data"]
-
-[dependencies.flame]
-version = "0.2"
-optional = true
-
-[dependencies.flamer]
-version = "0.4"
-optional = true
-
[dependencies.serde]
version = ">=0.8, <2.0"
features = ["derive"]
@@ -70,10 +57,6 @@
"std",
"hardcoded-data",
]
-flame_it = [
- "flame",
- "flamer",
-]
hardcoded-data = []
std = []
unstable = []