Source code

Revision control

Copy as Markdown

Other Tools

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2021"
rust-version = "1.75"
name = "zlib-rs"
version = "0.2.1"
build = false
publish = true
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A memory-safe zlib implementation written in rust"
readme = "README.md"
license = "Zlib"
[lib]
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 = "1.3.2"
[dev-dependencies.quickcheck]
version = "1.0.3"
features = []
default-features = false
[features]
ZLIB_DEBUG = []
__internal-fuzz = ["arbitrary"]
__internal-test = ["quickcheck"]
c-allocator = []
default = [
"std",
"c-allocator",
]
rust-allocator = []
std = ["rust-allocator"]