Sha256: 0d4592c58e84ba05463a6f6ee9e1b0bc83930152d3dd65e473e95c10e4185d05

Contents?: true

Size: 1.58 KB

Versions: 8

Compression:

Stored size: 1.58 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-safe"
version = "7.2.1"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
exclude = ["update_consts.sh"]
description = "Safe low-level bindings for the zstd compression library."
readme = "Readme.md"
keywords = [
    "zstd",
    "zstandard",
    "compression",
]
categories = [
    "api-bindings",
    "compression",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/gyscos/zstd-rs"

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

[dependencies.zstd-sys]
version = "2.0.10"
default-features = false

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

Version data entries

8 entries across 8 versions & 1 rubygems

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