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.
25 lines
474 B
25 lines
474 B
--- unicode-bidi-0.3.4/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ unicode-bidi-0.3.4/Cargo.toml 2017-11-10T10:21:03.902269+01: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 = []
|