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.
27 lines
558 B
27 lines
558 B
--- bytecount-0.2.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ bytecount-0.2.0/Cargo.toml 2017-12-31T18:58:51.977027+01:00
|
|
@@ -26,21 +26,16 @@
|
|
name = "bench"
|
|
path = "benches/bench.rs"
|
|
harness = false
|
|
-[dependencies.simd]
|
|
-version = "0.2.0"
|
|
-optional = true
|
|
[dev-dependencies.bencher]
|
|
version = "0.1.4"
|
|
|
|
[dev-dependencies.quickcheck]
|
|
-version = "0.4.1"
|
|
+version = "0.6"
|
|
|
|
[dev-dependencies.rand]
|
|
-version = "0.3.16"
|
|
+version = "0.4"
|
|
|
|
[features]
|
|
-avx-accel = ["simd-accel"]
|
|
-simd-accel = ["simd"]
|
|
[badges.travis-ci]
|
|
repository = "llogiq/bytecount"
|
|
|