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.
rust-zlib-rs/zlib-rs-fix-metadata.diff

37 lines
718 B

--- zlib-rs-0.3.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ zlib-rs-0.3.1/Cargo.toml 2024-10-19T09:51:09.355690+00:00
@@ -30,23 +30,6 @@
name = "zlib_rs"
path = "src/lib.rs"
-[dependencies.arbitrary]
-version = "1.0"
-features = ["derive"]
-optional = true
-
-[dependencies.libz-sys]
-version = "1.1.19"
-features = ["zlib-ng"]
-optional = true
-default-features = false
-
-[dependencies.quickcheck]
-version = "1.0.3"
-features = []
-optional = true
-default-features = false
-
[dev-dependencies.crc32fast]
version = "1.3.2"
@@ -56,9 +39,6 @@
default-features = false
[features]
-ZLIB_DEBUG = []
-__internal-fuzz = ["arbitrary"]
-__internal-test = ["quickcheck"]
c-allocator = []
default = [
"std",