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.
22 lines
463 B
22 lines
463 B
--- bytecount-0.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ bytecount-0.2.0/Cargo.toml 2017-11-10T09:34:03.968372+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.3.16"
|
|
|
|
[features]
|
|
-avx-accel = ["simd-accel"]
|
|
-simd-accel = ["simd"]
|
|
[badges.travis-ci]
|
|
repository = "llogiq/bytecount"
|
|
|