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-bytecount/bytecount-0.3.2-fix-metadat...

23 lines
463 B

--- bytecount-0.3.2/Cargo.toml 1970-01-01T01:00:00+01:00
+++ bytecount-0.3.2/Cargo.toml 2018-08-10T14:18:26.466722+02:00
@@ -26,9 +26,6 @@
[[bench]]
name = "bench"
harness = false
-[dependencies.simd]
-version = "0.2.0"
-optional = true
[dev-dependencies.criterion]
version = "0.2.4"
@@ -39,9 +36,7 @@
version = "0.4"
[features]
-avx-accel = ["simd-accel"]
html_report = []
-simd-accel = ["simd"]
[badges.appveyor]
repository = "llogiq/bytecount"