47 lines
1.2 KiB
TOML
47 lines
1.2 KiB
TOML
# 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.4.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"
|
|
|
|
[lib]
|
|
name = "libz_rs_sys"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.zlib-rs]
|
|
version = "0.4.2"
|
|
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 = []
|