--- bytecount-0.5.1/Cargo.toml 1970-01-01T01:00:00+01:00 +++ bytecount-0.5.1/Cargo.toml 2019-02-10T13:02:01.779372+01:00 @@ -27,9 +27,6 @@ [[bench]] name = "bench" harness = false -[dependencies.packed_simd] -version = "0.3.1" -optional = true [dev-dependencies.criterion] version = "0.2.7" default-features = false @@ -41,7 +38,6 @@ version = "0.6" [features] -generic-simd = ["packed_simd"] html_report = [] runtime-dispatch-simd = [] [badges.appveyor]