archive 0.3.1

A unified interface for extracting common archive formats in-memory
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 = "archive"
version = "0.3.1"
authors = ["secana"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A unified interface for extracting common archive formats in-memory"
readme = "README.md"
keywords = [
    "archive",
    "zip",
    "tar",
    "compression",
    "extraction",
]
categories = [
    "compression",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/secana/archive"

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

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

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

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

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

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

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

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

[dependencies.ar]
version = "0.9.0"

[dependencies.bzip2]
version = "0.6"

[dependencies.flate2]
version = "1.1"
features = ["rust_backend"]
default-features = false

[dependencies.lz4]
version = "1.28"

[dependencies.lzma-rs]
version = "0.3"

[dependencies.mime-type]
version = "0.2"

[dependencies.sevenz-rust]
version = "0.6"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.zstd]
version = "0.13"