tzip 0.1.2

Create, update, and validate TorrentZip-formatted ZIP files
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"
name = "tzip"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create, update, and validate TorrentZip-formatted ZIP files"
documentation = "https://docs.rs/tzip"
readme = "README.md"
keywords = [
    "zip",
    "torrentzip",
    "compression",
    "archive",
]
categories = [
    "compression",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jjolly/rust-tzip"

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

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

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

[dependencies.crc32fast]
version = "1.4"

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

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.0"