zstd 0.4.1

Binding for the zstd compression library.
Documentation
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "src/build.rs"
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
license = "MIT"
name = "zstd"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.4.1"
exclude = ["assets"]

[build-dependencies]
gcc = "0.3.28"
glob = "0.2.11"

[dependencies]
libc = "0.2"

[dev-dependencies]
clap = "2.6.0"

[features]
default = ["legacy"]
legacy = []