--- libflate_lz77-1.2.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ libflate_lz77-1.2.0/Cargo.toml 2023-05-22T18:18:29.510490+00:00 @@ -22,27 +22,11 @@ license = "MIT" repository = "https://github.com/sile/libflate" -[dependencies.core2] -version = "0.4" -features = ["alloc"] -optional = true -default-features = false - -[dependencies.hashbrown] -version = "0.13" -optional = true - [dependencies.rle-decode-fast] version = "1.0.0" [dev-dependencies.libflate] version = "1" -[features] -no_std = [ - "core2", - "hashbrown", -] - [badges.coveralls] repository = "sile/libflate"