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 = "libz-rs-sys"
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 = "libz_rs_sys"
path = "src/lib.rs"
[dependencies.zlib-rs]
version = "0.2.1"
path = "../zlib-rs"
default-features = false
[features]
c-allocator = ["zlib-rs/c-allocator"]
custom-prefix = []
default = [
"std",
"rust-allocator",
]
rust-allocator = ["zlib-rs/rust-allocator"]
std = ["zlib-rs/std"]
testing-prefix = []