zstd-safe 5.0.1+zstd.1.5.2

Safe low-level bindings for the zstd compression library.
Documentation
[dependencies.libc]
version = "0.2.21"

[dependencies.zstd-sys]
default-features = false
version = "=2.0.1"

[features]
arrays = []
bindgen = ["zstd-sys/bindgen"]
debug = ["zstd-sys/debug"]
default = ["legacy", "arrays", "zdict_builder"]
doc-cfg = []
experimental = ["zstd-sys/experimental"]
legacy = ["zstd-sys/legacy"]
no_asm = ["zstd-sys/no_asm"]
pkg-config = ["zstd-sys/pkg-config"]
std = ["zstd-sys/std"]
thin = ["zstd-sys/thin"]
zdict_builder = ["zstd-sys/zdict_builder"]
zstdmt = ["zstd-sys/zstdmt"]

[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
categories = ["api-bindings", "compression"]
description = "Safe low-level bindings for the zstd compression library."
edition = "2018"
keywords = ["zstd", "zstandard", "compression"]
license = "MIT/Apache-2.0"
name = "zstd-safe"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
version = "5.0.1+zstd.1.5.2"
[package.metadata.docs.rs]
features = ["experimental", "arrays", "std", "zdict_builder", "doc-cfg"]