libzstd-rs-sys 0.0.1-prerelease.2

a rust implementation of zstd compression and decompression
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 = "libzstd-rs-sys"
version = "0.0.1-prerelease.2"
build = "build.rs"
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "*.rs",
    "lib/**/*.rs",
    "lib/common/portability_macros.h",
    "zstd.h",
    "lib/decompress/huf_decompress_amd64.S",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a rust implementation of zstd compression and decompression"
readme = "README.md"
license = "BSD-3-Clause"

[features]
c-allocator = []
custom-prefix = ["export-symbols"]
default = ["rust-allocator"]
export-symbols = []
nightly = []
no-prefetch = []
rust-allocator = []
semver-prefix = ["export-symbols"]
trace = []
unsafe-performance-experimental = []

[lib]
name = "libzstd_rs_sys"
crate-type = [
    "staticlib",
    "rlib",
]
path = "c2rust-lib.rs"

[[bin]]
name = "programs"
path = "programs/main.rs"

[dependencies.libc]
version = "0.2"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.xxhash-rust]
version = "0.8.15"
features = [
    "xxh64",
    "xxh32",
]

[dev-dependencies.zstd-sys]
version = "2.0.15"
features = ["experimental"]

[target.'cfg(target_arch = "x86_64")'.build-dependencies.cc]
version = "1.2.30"

[profile.relwithdebinfo]
debug = 2
inherits = "release"