blob: 8f557186f7e28f9cd406dd450e5987df08b7ad62 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "zstd-safe"
version = "4.0.0+zstd.1.4.9"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
description = "Safe low-level bindings for the zstd compression library."
readme = "Readme.md"
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gyscos/zstd-rs"
[package.metadata.docs.rs]
features = ["experimental"]
[dependencies.libc]
version = "0.2.21"
[dependencies.zstd-sys]
version = "=1.5.0"
default-features = false
[features]
bindgen = ["zstd-sys/bindgen"]
debug = ["zstd-sys/debug"]
default = ["legacy"]
experimental = ["zstd-sys/experimental"]
legacy = ["zstd-sys/legacy"]
pkg-config = ["zstd-sys/pkg-config"]
std = ["zstd-sys/std"]
thin = ["zstd-sys/thin"]
zstdmt = ["zstd-sys/zstdmt"]