Sha256: b5d1908263105a797646ce23b1b4e76c7f9d6d91f7e4855ee739b215d4a24548

Contents?: true

Size: 1.92 KB

Versions: 8

Compression:

Stored size: 1.92 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"
rust-version = "1.64"
name = "zstd"
version = "0.13.2"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
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"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-28.0.0 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-27.0.0 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-26.0.0 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-25.0.2 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-25.0.1 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-25.0.0 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml
wasmtime-24.0.0 ./ext/cargo-vendor/zstd-0.13.2/Cargo.toml