zstd 0.14.0

Binding 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 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"
version = "0.14.0"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = false
exclude = [
    "assets/*.zst",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binding for the zstd compression library."
documentation = "https://docs.rs/zstd"
readme = "Readme.md"
keywords = [
    "zstd",
    "zstandard",
    "compression",
]
categories = [
    "compression",
    "api-bindings",
]
license = "BSD-3-Clause"
repository = "https://github.com/gyscos/zstd-rs"

[package.metadata.docs.rs]
features = [
    "experimental",
    "zstdmt",
    "zdict_builder",
    "doc-cfg",
]

[badges.travis-ci]
repository = "gyscos/zstd-rs"

[features]
arrays = ["zstd-safe/arrays"]
bindgen = ["zstd-safe/bindgen"]
cmake = ["zstd-safe/cmake"]
debug = ["zstd-safe/debug"]
default = [
    "legacy",
    "arrays",
    "zdict_builder",
]
doc-cfg = []
experimental = ["zstd-safe/experimental"]
fat-lto = ["zstd-safe/fat-lto"]
legacy = ["zstd-safe/legacy"]
no_asm = ["zstd-safe/no_asm"]
pkg-config = ["zstd-safe/pkg-config"]
thin = ["zstd-safe/thin"]
thin-lto = ["zstd-safe/thin-lto"]
vendored = ["zstd-safe/vendored"]
wasm = []
zdict_builder = ["zstd-safe/zdict_builder"]
zstdmt = ["zstd-safe/zstdmt"]

[lib]
name = "zstd"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "benchmark"
path = "examples/benchmark.rs"

[[example]]
name = "stream"
path = "examples/stream.rs"

[[example]]
name = "train"
path = "examples/train.rs"
required-features = ["zdict_builder"]

[[example]]
name = "zstd"
path = "examples/zstd.rs"

[[example]]
name = "zstdcat"
path = "examples/zstdcat.rs"

[[test]]
name = "issue_182"
path = "tests/issue_182.rs"

[[test]]
name = "issue_251"
path = "tests/issue_251.rs"

[dependencies.zstd-safe]
version = "8.0.0"
features = ["std"]
default-features = false

[dev-dependencies.clap]
version = "4.0"
features = ["derive"]

[dev-dependencies.humansize]
version = "2.0"

[dev-dependencies.partial-io]
version = "0.5"

[dev-dependencies.walkdir]
version = "2.2"