--- bzip2-rs-0.1.2/Cargo.toml 1970-01-01T00:00:00+00:00 +++ bzip2-rs-0.1.2/Cargo.toml 2023-08-03T22:10:01.718341+00:00 @@ -30,18 +30,12 @@ [dependencies.tinyvec] version = "1.1" -[dev-dependencies.bzip2] -version = "0.4.1" - -[dev-dependencies.criterion] -version = "0.3.4" [dev-dependencies.pretty_assertions] version = "0.6" [features] default = [] -nightly = ["rustc_1_40", "tinyvec/nightly_const_generics", "crc32fast/nightly"] rustc_1_37 = [] rustc_1_40 = ["rustc_1_37", "tinyvec/rustc_1_40"] rustc_1_51 = []