bzip2-cli 0.2.2

a drop-in compatible rust bzip2 implementation
[[bin]]
name = "bzip2"
path = "bzip2.rs"

[[bin]]
name = "bzip2recover"
path = "bzip2recover.rs"

[dependencies.libbz2-rs-sys]
default-features = false
features = ["stdio", "c-allocator"]
version = "0.2.2"

[dependencies.libc]
version = "0.2"

[dev-dependencies.crc32fast]
version = "=1.4.2"

[dev-dependencies.tempfile]
version = "3.13.0"

[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"
include = ["bzip2.rs", "bzip2recover.rs", "Cargo.toml", "./README.md", "./LICENSE"]
license = "bzip2-1.0.6"
name = "bzip2-cli"
publish = true
readme = "README.md"
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"
rust-version = "1.82"
version = "0.2.2"

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