zstd 0.4.28+zstd.1.4.3

Binding for the zstd compression library.
Documentation
# 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"
version = "0.4.28+zstd.1.4.3"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
exclude = ["assets/**"]
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"
[dependencies.futures]
version = "0.1"
optional = true

[dependencies.tokio-io]
version = "0.1"
optional = true

[dependencies.zstd-safe]
version = "=1.4.13"
features = ["experimental"]
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"]
default = ["legacy"]
legacy = ["zstd-safe/legacy"]
tokio = ["tokio-io", "futures"]
wasm = ["zstd-safe/std"]
[badges.travis-ci]
repository = "gyscos/zstd-rs"