zstd-sys 1.4.1+zstd.1.3.2

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-sys"
version = "1.4.1+zstd.1.3.2"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
description = "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"
[build-dependencies.gcc]
version = "0.3.51"

[build-dependencies.glob]
version = "0.2.11"

[build-dependencies.bindgen]
version = "0.30"
optional = true

[features]
zstdmt = []
legacy = []
default = ["legacy"]