rawzip 0.4.4

A Zip archive reader and writer
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 = "2021"
rust-version = "1.70"
name = "rawzip"
version = "0.4.4"
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "/examples",
    "LICENSE.txt",
    "assets",
    "tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Zip archive reader and writer"
readme = "README.md"
keywords = [
    "zip",
    "archive",
]
categories = [
    "filesystem",
    "compression",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/nickbabcock/rawzip"

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

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

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

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

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

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

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies]

[dev-dependencies.filetime]
version = "0.2"

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

[dev-dependencies.jiff]
version = "0.2.15"
default-features = false

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.quickcheck]
version = "1.0.3"

[dev-dependencies.quickcheck_macros]
version = "1.0.0"

[dev-dependencies.rstest]
version = "0.24.0"

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