tar_minimal 1.1.0

A minimalist, Unix-focused TAR library designed for high-performance streaming with Zstd.
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 = "tar_minimal"
version = "1.1.0"
authors = ["mxnt <m10ferrari1200@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalist, Unix-focused TAR library designed for high-performance streaming with Zstd."
homepage = "https://github.com/LinuxProativo/tar_minimal"
documentation = "https://docs.rs/tar_minimal/"
readme = "README.md"
keywords = [
    "tar",
    "zstd",
    "unix",
    "minimal",
    "archive",
]
categories = [
    "compression",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/LinuxProativo/tar_minimal"

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

[dev-dependencies.brotli]
version = "8.0"

[dev-dependencies.bzip2]
version = "0.6"

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

[dev-dependencies.lz4_flex]
version = "0.12"

[dev-dependencies.xz2]
version = "0.1"

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