zstd-safe 1.4.5+zstd.1.3.6

Safe low-level bindings for the zstd compression library.
Documentation
[package]
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
name = "zstd-safe"
version = "1.4.5+zstd.1.3.6"
description = "Safe low-level bindings for the zstd compression library."
keywords = ["zstd", "zstandard", "compression"]
categories = ["api-bindings", "compression"]
repository = "https://github.com/gyscos/zstd-rs"
license = "MIT/Apache-2.0"
readme = "Readme.md"

[dependencies]
zstd-sys = { path="zstd-sys", version = "1.4.5", default-features = false }
libc = "0.2.21"

[features]
default = ["legacy"]
legacy = ["zstd-sys/legacy"]
bindgen = ["zstd-sys/bindgen"]
zstdmt = ["zstd-sys/zstdmt"]