bzip2-cli 0.2.5

a drop-in compatible rust bzip2 implementation
# 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"
rust-version = "1.82"
name = "bzip2-cli"
version = "0.2.5"
build = false
include = [
    "bzip2.rs",
    "bzip2recover.rs",
    "Cargo.toml",
    "./README.md",
    "./LICENSE",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a drop-in compatible rust bzip2 implementation"
homepage = "https://github.com/trifectatechfoundation/libbzip2-rs"
readme = "README.md"
license = "bzip2-1.0.6"
repository = "https://github.com/trifectatechfoundation/libbzip2-rs"

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

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

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

[dependencies.libc]
version = "0.2"

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

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

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