# 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-cdylib" version = "0.4.0" build = false publish = true 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" [lib] name = "z_rs" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.libz-rs-sys] version = "0.4.0" default-features = false [features] c-allocator = ["libz-rs-sys/c-allocator"] custom-prefix = ["libz-rs-sys/custom-prefix"] default = ["c-allocator"] rust-allocator = [ "libz-rs-sys/rust-allocator", "libz-rs-sys/std", ]