anyreader-walker 0.1.0

Recursively walk archives and compressed files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "anyreader-walker"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Recursively walk archives and compressed files"

[dependencies]
anyreader = { path = "../anyreader", version = "0.1.0" }
tar = "0.4.43"
zip = "2.2.2"
bytes = "1.9.0"
smallvec = "1.13.2"

[dev-dependencies]
anyreader = { path = "../anyreader", features = ["test-utils"] }