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
596 B
31 lines
596 B
--- 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"
|