[dependencies.libc]
optional = true
version = "0.2"
[features]
__internal-fuzz-disable-checksum = []
c-allocator = ["dep:libc"]
custom-prefix = ["export-symbols"]
default = ["std", "stdio"]
export-symbols = []
rust-allocator = []
semver-prefix = ["export-symbols"]
std = ["rust-allocator"]
stdio = ["dep:libc"]
testing-prefix = ["export-symbols"]
[lib]
name = "libbz2_rs_sys"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a drop-in compatible rust bzip2 implementation"
edition = "2021"
homepage = "https://github.com/trifectatechfoundation/libbzip2-rs"
license = "bzip2-1.0.6"
name = "libbz2-rs-sys"
publish = true
readme = "README.md"
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"
rust-version = "1.82"
version = "0.2.2"