zstd 0.11.0+zstd.1.5.2

Binding for the zstd compression library.
Documentation
[[example]]
name = "train"
required-features = ["zdict_builder"]
[badges.travis-ci]
repository = "gyscos/zstd-rs"
[dependencies.zstd-safe]
default-features = false
features = ["std"]
version = "=5.0.0"
[dev-dependencies.clap]
version = "3.0"

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

[dev-dependencies.partial-io]
version = "0.5"

[dev-dependencies.walkdir]
version = "2.2"

[features]
arrays = ["zstd-safe/arrays"]
bindgen = ["zstd-safe/bindgen"]
debug = ["zstd-safe/debug"]
default = ["legacy", "arrays", "zdict_builder"]
doc-cfg = []
experimental = ["zstd-safe/experimental"]
legacy = ["zstd-safe/legacy"]
no_asm = ["zstd-safe/no_asm"]
pkg-config = ["zstd-safe/pkg-config"]
thin = ["zstd-safe/thin"]
wasm = []
zdict_builder = ["zstd-safe/zdict_builder"]
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/*.zst"]
keywords = ["zstd", "zstandard", "compression"]
license = "MIT"
name = "zstd"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
version = "0.11.0+zstd.1.5.2"
[package.metadata.docs.rs]
features = ["experimental", "zstdmt", "zdict_builder", "doc-cfg"]