zstd-safe 7.0.0

Safe low-level bindings for the zstd compression library.
Documentation
[dependencies.zstd-sys]
default-features = false
version = "2.0.7"

[features]
arrays = []
bindgen = ["zstd-sys/bindgen"]
debug = ["zstd-sys/debug"]
default = ["legacy", "arrays", "zdict_builder"]
doc-cfg = []
experimental = ["zstd-sys/experimental"]
fat-lto = ["zstd-sys/fat-lto"]
legacy = ["zstd-sys/legacy"]
no_asm = ["zstd-sys/no_asm"]
pkg-config = ["zstd-sys/pkg-config"]
std = ["zstd-sys/std"]
thin = ["zstd-sys/thin"]
thin-lto = ["zstd-sys/thin-lto"]
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"
exclude = ["update_consts.sh"]
keywords = ["zstd", "zstandard", "compression"]
license = "MIT/Apache-2.0"
name = "zstd-safe"
readme = "Readme.md"
repository = "https://github.com/gyscos/zstd-rs"
rust-version = "1.64"
version = "7.0.0"
[package.metadata.docs.rs]
features = ["experimental", "arrays", "std", "zdict_builder", "doc-cfg"]