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.
32 lines
644 B
32 lines
644 B
--- zlib-rs-0.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
+++ zlib-rs-0.4.1/Cargo.toml 2024-12-16T13:59:19.494265+00:00
|
|
@@ -31,17 +31,6 @@
|
|
name = "zlib_rs"
|
|
path = "src/lib.rs"
|
|
|
|
-[dependencies.arbitrary]
|
|
-version = "1.0"
|
|
-features = ["derive"]
|
|
-optional = true
|
|
-
|
|
-[dependencies.quickcheck]
|
|
-version = "1.0.3"
|
|
-features = []
|
|
-optional = true
|
|
-default-features = false
|
|
-
|
|
[dev-dependencies.crc32fast]
|
|
version = "1.3.2"
|
|
|
|
@@ -51,10 +40,6 @@
|
|
default-features = false
|
|
|
|
[features]
|
|
-ZLIB_DEBUG = []
|
|
-__internal-fuzz = ["arbitrary"]
|
|
-__internal-fuzz-disable-checksum = []
|
|
-__internal-test = ["quickcheck"]
|
|
c-allocator = []
|
|
default = [
|
|
"std",
|