anyreader 0.1.0

Transparently read compressed streams of data, with format detection
Documentation
[[bench]]
harness = false
name = "bench_detection"
path = "benches/bench_detection.rs"
required-features = ["bench"]

[dependencies.bzip2]
features = ["static"]
version = "0.5.0"

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

[dependencies.infer]
version = "0.16.0"

[dependencies.liblzma]
version = "0.3.5"

[dependencies.peekable]
features = ["smallvec"]
version = "0.2.4"

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

[dependencies.tar]
optional = true
version = "0.4.43"

[dependencies.tracing]
version = "0.1.41"

[dependencies.zip]
optional = true
version = "2.2.2"

[dependencies.zstd]
version = "0.13.2"

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

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.rand]
version = "0.8.5"

[[example]]
name = "archive"
path = "examples/archive.rs"

[[example]]
name = "compression"
path = "examples/compression.rs"

[features]
bench = ["tracing/release_max_level_off"]
default = []
test-utils = ["dep:tar", "dep:zip"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Transparently read compressed streams of data, with format detection"
edition = "2021"
license = "MIT"
name = "anyreader"
readme = "README.md"
repository = "https://github.com/orf/archive-to-parquet"
version = "0.1.0"