tinyzip 0.4.0

Low level ZIP file parsing and navigation
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 = "tinyzip"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low level ZIP file parsing and navigation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/lovasoa/tinyzip"

[features]
default = ["std"]
std = []

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

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

[[bench]]
name = "compare"
path = "benches/compare.rs"
harness = false

[[bench]]
name = "fixture"
path = "benches/fixture.rs"

[[bench]]
name = "memory"
path = "benches/memory.rs"
harness = false

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

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.miniz_oxide]
version = "0.9"
default-features = false

[dev-dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false