98 lines
2.0 KiB
TOML
98 lines
2.0 KiB
TOML
# 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 are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2018"
|
|
rust-version = "1.64"
|
|
name = "zstd-sys"
|
|
version = "2.0.16+zstd.1.5.7"
|
|
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
|
|
build = "build.rs"
|
|
links = "zstd"
|
|
include = [
|
|
"/LICENSE*",
|
|
"!/*.sh",
|
|
"/build.rs",
|
|
"/*.h",
|
|
"/src/",
|
|
"/wasm-shim/**/*.h",
|
|
"/zstd/LICENSE",
|
|
"/zstd/COPYING",
|
|
"/zstd/lib/**/*.c",
|
|
"/zstd/lib/**/*.h",
|
|
"/zstd/lib/**/*.S",
|
|
"/zstd/contrib/seekable_format/*.c",
|
|
"/zstd/contrib/seekable_format/*.h",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
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"
|
|
|
|
[package.metadata.docs.rs]
|
|
features = ["experimental"]
|
|
|
|
[features]
|
|
debug = []
|
|
default = [
|
|
"legacy",
|
|
"zdict_builder",
|
|
"bindgen",
|
|
]
|
|
experimental = []
|
|
fat-lto = []
|
|
legacy = []
|
|
no_asm = []
|
|
no_wasm_shim = []
|
|
non-cargo = []
|
|
pkg-config = []
|
|
seekable = []
|
|
std = []
|
|
thin = []
|
|
thin-lto = []
|
|
zdict_builder = []
|
|
zstdmt = []
|
|
|
|
[lib]
|
|
name = "zstd_sys"
|
|
path = "src/lib.rs"
|
|
doctest = false
|
|
|
|
[build-dependencies.bindgen]
|
|
version = "0.72"
|
|
features = ["runtime"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[build-dependencies.cc]
|
|
version = "1.0.45"
|
|
features = ["parallel"]
|
|
|
|
[build-dependencies.pkg-config]
|
|
version = "0.3.28"
|
|
|
|
[lints.rust]
|
|
non_upper_case_globals = "allow"
|