anyreader-walker 0.2.1

A library for reading streams of compressed and uncompressed data without knowing the format in advance
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-walker"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for reading streams of compressed and uncompressed data without knowing the format in advance"
readme = "README.md"
license = "MIT"
repository = "https://github.com/orf/archive-to-parquet"
resolver = "2"

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

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

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

[dependencies.anyreader]
version = "0.3.1"

[dependencies.bytes]
version = "1.11.0"

[dependencies.smallvec]
version = "1.13.2"

[dependencies.tar]
version = "0.4.44"

[dependencies.zip]
version = "7.2.0"

[dev-dependencies.zstd]
version = "0.13.2"