zstd 0.9.2+zstd.1.5.1

Binding for the zstd compression library.
Documentation
[badges.travis-ci]
repository = "gyscos/zstd-rs"
[dependencies.zstd-safe]
default-features = false
features = ["std"]
version = "=4.1.3"
[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"]
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 = []
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.9.2+zstd.1.5.1"
[package.metadata.docs.rs]
features = ["experimental", "zstdmt"]