Sha256: c02c2facd048cc0984b224bb1367cbd3acf8842bf59df5610ac3fe7727e75862

Contents?: true

Size: 1.69 KB

Versions: 3

Compression:

Stored size: 1.69 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.43"
name = "zstd-sys"
version = "2.0.7+zstd.1.5.4"
authors = ["Alexandre Bury <alexandre.bury@gmail.com>"]
build = "build.rs"
links = "zstd"
include = [
    "/LICENSE",
    "/*.*",
    "/src/",
    "/wasm-shim/**/*.h",
    "/zstd/LICENSE",
    "/zstd/COPYING",
    "/zstd/lib/**/*.c",
    "/zstd/lib/**/*.h",
    "/zstd/lib/**/*.S",
]
description = "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"]

[lib]
doctest = false

[dependencies.libc]
version = "0.2.45"

[build-dependencies.bindgen]
version = "0.63"
features = [
    "runtime",
    "which-rustfmt",
]
optional = true
default-features = false

[build-dependencies.cc]
version = "1.0.45"
features = ["parallel"]

[build-dependencies.pkg-config]
version = "0.3"

[features]
debug = []
default = [
    "legacy",
    "zdict_builder",
]
experimental = []
fat-lto = []
legacy = []
no_asm = []
non-cargo = []
pkg-config = []
std = []
thin = []
thin-lto = []
zdict_builder = []
zstdmt = []

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wasmtime-7.0.0 ./ext/cargo-vendor/zstd-sys-2.0.7+zstd.1.5.4/Cargo.toml
wasmtime-6.0.1 ./ext/cargo-vendor/zstd-sys-2.0.7+zstd.1.5.4/Cargo.toml
wasmtime-6.0.0 ./ext/cargo-vendor/zstd-sys-2.0.7+zstd.1.5.4/Cargo.toml