blob: 748d375fb86909ba86d6345930f6f65199a1bda8 [file] [log] [blame]
# 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"
name = "zstd"
version = "0.11.2+zstd.1.5.2"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
exclude = ["assets/*.zst"]
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
readme = "Readme.md"
keywords = [
"zstd",
"zstandard",
"compression",
]
categories = [
"compression",
"api-bindings",
]
license = "MIT"
repository = "https://github.com/gyscos/zstd-rs"
[package.metadata.docs.rs]
features = [
"experimental",
"zstdmt",
"zdict_builder",
"doc-cfg",
]
[[example]]
name = "train"
required-features = ["zdict_builder"]
[dependencies.zstd-safe]
version = "5.0.1"
features = ["std"]
default-features = false
[dev-dependencies.clap]
version = "3.0"
[dev-dependencies.humansize]
version = "1.0"
[dev-dependencies.partial-io]
version = "0.5"
[dev-dependencies.walkdir]
version = "2.2"
[features]
arrays = ["zstd-safe/arrays"]
bindgen = ["zstd-safe/bindgen"]
debug = ["zstd-safe/debug"]
default = [
"legacy",
"arrays",
"zdict_builder",
]
doc-cfg = []
experimental = ["zstd-safe/experimental"]
legacy = ["zstd-safe/legacy"]
no_asm = ["zstd-safe/no_asm"]
pkg-config = ["zstd-safe/pkg-config"]
thin = ["zstd-safe/thin"]
wasm = []
zdict_builder = ["zstd-safe/zdict_builder"]
zstdmt = ["zstd-safe/zstdmt"]
[badges.travis-ci]
repository = "gyscos/zstd-rs"