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.
31 lines
669 B
31 lines
669 B
7 years ago
|
--- bytecount-0.3.2/Cargo.toml 1970-01-01T01:00:00+01:00
|
||
6 years ago
|
+++ bytecount-0.3.2/Cargo.toml 2018-10-28T02:02:14.813005+01:00
|
||
|
@@ -19,6 +19,7 @@
|
||
|
categories = ["algorithms", "no-std"]
|
||
|
license = "Apache-2.0/MIT"
|
||
|
repository = "https://github.com/llogiq/bytecount"
|
||
|
+exclude = ["/.travis.yml", "/appveyor.yml"]
|
||
|
|
||
|
[lib]
|
||
|
bench = false
|
||
|
@@ -26,9 +27,6 @@
|
||
7 years ago
|
[[bench]]
|
||
7 years ago
|
name = "bench"
|
||
|
harness = false
|
||
|
-[dependencies.simd]
|
||
|
-version = "0.2.0"
|
||
|
-optional = true
|
||
7 years ago
|
[dev-dependencies.criterion]
|
||
|
version = "0.2.4"
|
||
7 years ago
|
|
||
6 years ago
|
@@ -39,9 +37,7 @@
|
||
7 years ago
|
version = "0.4"
|
||
|
|
||
|
[features]
|
||
|
-avx-accel = ["simd-accel"]
|
||
7 years ago
|
html_report = []
|
||
7 years ago
|
-simd-accel = ["simd"]
|
||
|
[badges.appveyor]
|
||
|
repository = "llogiq/bytecount"
|
||
|
|