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.
34 lines
633 B
34 lines
633 B
--- unicode-bidi-0.3.14/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ unicode-bidi-0.3.14/Cargo.toml 2024-01-11T20:11:34.312732+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 = []
|