zstd 0.4.19+zstd.1.3.5

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.19+zstd.1.3.5"
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.libc]
version = "0.2"

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

[dependencies.zstd-safe]
version = "1.4.4"
default-features = false
[dev-dependencies.clap]
version = "2.6.0"

[dev-dependencies.humansize]
version = "1.0"

[dev-dependencies.partial-io]
version = "^0.2.1"

[dev-dependencies.quickcheck]
version = "0.4"

[features]
bindgen = ["zstd-safe/bindgen"]
default = ["legacy"]
legacy = ["zstd-safe/legacy"]
tokio = ["tokio-io", "futures", "partial-io/quickcheck", "partial-io/tokio"]
[badges.travis-ci]
repository = "gyscos/zstd-rs"