blob: 2929e74a5d711e87e00d6c5f0dd4ee745bf90285 [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]
edition = "2018"
name = "zstd"
version = "0.8.0+zstd.1.4.9"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
exclude = ["assets/*.zst"]
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
readme = "Readme.md"
keywords = ["zstd", "zstandard", "compression"]
categories = ["compression", "api-bindings"]
license = "MIT"
repository = "https://github.com/gyscos/zstd-rs"
[package.metadata.docs.rs]
features = ["experimental"]
[dependencies.futures]
version = "0.1"
optional = true
[dependencies.tokio-io]
version = "0.1"
optional = true
[dependencies.zstd-safe]
version = "=4.0.0"
features = ["std"]
default-features = false
[dev-dependencies.clap]
version = "2.0"
[dev-dependencies.humansize]
version = "1.0"
[dev-dependencies.partial-io]
version = "0.3"
features = ["quickcheck", "tokio"]
[dev-dependencies.quickcheck]
version = "0.6"
[dev-dependencies.walkdir]
version = "2.2"
[features]
bindgen = ["zstd-safe/bindgen"]
debug = ["zstd-safe/debug"]
default = ["legacy"]
experimental = ["zstd-safe/experimental"]
legacy = ["zstd-safe/legacy"]
pkg-config = ["zstd-safe/pkg-config"]
thin = ["zstd-safe/thin"]
tokio = ["tokio-io", "futures"]
wasm = []
zstdmt = ["zstd-safe/zstdmt"]
[badges.travis-ci]
repository = "gyscos/zstd-rs"