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.1-fix-metadat...

22 lines
459 B

--- bytecount-0.3.1/Cargo.toml 1970-01-01T01:00:00+01:00
+++ bytecount-0.3.1/Cargo.toml 2018-01-31T09:48:52.587868+01:00
@@ -26,9 +26,6 @@
name = "bench"
path = "benches/bench.rs"
harness = false
-[dependencies.simd]
-version = "0.2.0"
-optional = true
[dev-dependencies.bencher]
version = "0.1.4"
@@ -39,8 +36,6 @@
version = "0.4"
[features]
-avx-accel = ["simd-accel"]
-simd-accel = ["simd"]
[badges.appveyor]
repository = "llogiq/bytecount"