zlib-rs 0.6.2

A memory-safe zlib implementation written in rust
Documentation
# 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.6.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A memory-safe zlib implementation written in rust"
homepage = "https://github.com/trifectatechfoundation/zlib-rs"
readme = "README.md"
license = "Zlib"
repository = "https://github.com/trifectatechfoundation/zlib-rs"

[features]
ZLIB_DEBUG = []
__internal-api = []
__internal-fuzz = ["arbitrary"]
__internal-fuzz-disable-checksum = []
__internal-test = ["quickcheck"]
avx512 = ["vpclmulqdq"]
c-allocator = []
default = [
    "std",
    "c-allocator",
]
rust-allocator = []
std = ["rust-allocator"]
vpclmulqdq = []

[lib]
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"

[dev-dependencies.memoffset]
version = "0.9.1"

[dev-dependencies.quickcheck]
version = "1.0.3"
features = []
default-features = false

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"