zstd-sys-rs 1.5.13

Rust bindings to statically linked zstd v1.5.7, with a safe zero-copy (de)compress API
Documentation
# 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 = "2021"
name = "zstd-sys-rs"
version = "1.5.13"
build = "build.rs"
include = [
    "src/**",
    "zstd/lib/**",
    "zstd/lib/common/**",
    "zstd/lib/compress/**",
    "zstd/lib/decompress/**",
    "zstd/lib/deprecated/**",
    "zstd/lib/dictBuilder/**",
    "build.rs",
    "wrapper.h",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "zstd.license",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to statically linked zstd v1.5.7, with a safe zero-copy (de)compress API"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://codeberg.org/nordisk/znippy"

[package.metadata]
zstd-version = "1.5.7"

[lib]
name = "zstd_sys_rs"
path = "src/lib.rs"
doctest = false

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.cc]
version = "1.2.30"

[build-dependencies.glob]
version = "0.3"