[dependencies.sha2]
optional = true
version = "0.10.8"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.spin]
version = "0.10.0"
[features]
alloc = []
bcj = []
crc64 = []
default = ["alloc", "std", "bcj", "sha256", "crc64", "delta"]
delta = []
no_unsafe = []
sha256 = ["sha2"]
std = ["alloc"]
[lib]
name = "xz4rust"
path = "src/lib.rs"
[package]
authors = ["Alexander Schütz <aschuetz@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "no-std", "no-std::no-alloc"]
description = "Memory safe pure Rust no-std & no alloc XZ decoder"
edition = "2021"
exclude = ["xzcheck/*", "generated_testfiles/*", "test_files/*", "benches/*", "examples/*", "test.sh", "tests/*"]
keywords = ["xz", "lzma", "compression", "no-std"]
license = "MIT"
name = "xz4rust"
readme = "README.md"
repository = "https://github.com/AlexanderSchuetz97/xz4rust"
rust-version = "1.84.1"
version = "0.2.1"
[package.metadata.docs.rs]
all-features = true
[profile.bench]
codegen-units = 1
lto = "fat"
opt-level = 3
[target.'cfg(target_arch = "x86_64")'.dev-dependencies.xz-embedded-sys]
version = "0.1.1"
[target.'cfg(target_arch = "x86_64")'.dev-dependencies.xz2]
version = "0.1.7"