zstd-safe 1.4.9+zstd.1.4.0

Safe low-level bindings for the zstd compression library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

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