# 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.13.2" authors = ["Alexandre Bury "] exclude = [ "assets/*.zst", "/.github", ] 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 = "7.1.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" [features] arrays = ["zstd-safe/arrays"] bindgen = ["zstd-safe/bindgen"] 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"] wasm = [] zdict_builder = ["zstd-safe/zdict_builder"] zstdmt = ["zstd-safe/zstdmt"] [badges.travis-ci] repository = "gyscos/zstd-rs"