anyreader 0.5.0

Efficiently and recursively read archives and compressed streams of data
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 = "2024"
name = "anyreader"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Efficiently and recursively read archives and compressed streams of data"
readme = "README.md"
license = "MIT"
repository = "https://github.com/orf/anyreader"

[features]
cli = [
    "clio",
    "clap",
    "anyhow",
    "tracing-subscriber",
]
default = []

[lib]
name = "anyreader"
path = "src/lib.rs"

[[bin]]
name = "anyreader"
path = "src/bin/anyreader.rs"
required-features = ["cli"]

[[test]]
name = "test_container"
path = "tests/test_container.rs"

[dependencies.anyhow]
version = "1.0.97"
optional = true

[dependencies.bzip2]
version = "0.6.1"

[dependencies.clap]
version = "4.5.35"
features = ["derive"]
optional = true

[dependencies.clio]
version = "0.3.5"
features = ["clap-parse"]
optional = true

[dependencies.flate2]
version = "1.1.1"
features = ["zlib-ng"]
default-features = false

[dependencies.infer]
version = "0.19.0"

[dependencies.liblzma]
version = "0.4.5"

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.tar]
version = "0.4.43"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]
optional = true

[dependencies.zip]
version = "7.2"

[dependencies.zstd]
version = "0.13.2"
features = ["arrays"]
default-features = false

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.tracing-test]
version = "0.2.5"
features = ["no-env-filter"]

[profile.flamegraph]
lto = true
codegen-units = 1
debug = 2
inherits = "release"

[profile.opt]
lto = true
codegen-units = 1
inherits = "release"