Sha256: 68d72396b5625eb0e0a89f0b325717f0090480e449595b0652c7a7d93d0acfea
Contents?: true
Size: 1.8 KB
Versions: 25
Compression:
Stored size: 1.8 KB
Contents
# 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"
Version data entries
25 entries across 25 versions & 1 rubygems