zstd 0.5.3+zstd.1.4.5

Binding for the zstd compression library.
Documentation
[badges.travis-ci]
repository = "gyscos/zstd-rs"
[dependencies.futures]
optional = true
version = "0.1"

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

[dependencies.zstd-safe]
default-features = false
features = ["experimental"]
version = "=2.0.5"
[dev-dependencies.clap]
version = "2.0"

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

[dev-dependencies.partial-io]
features = ["quickcheck", "tokio"]
version = "0.3"

[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"]
zstdmt = ["zstd-safe/zstdmt"]

[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
categories = ["compression", "api-bindings"]
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
edition = "2018"
exclude = ["assets/**"]
keywords = ["zstd", "zstandard", "compression"]
license = "MIT"
name = "zstd"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.5.3+zstd.1.4.5"