jdx-tar 1.1.1

Secure streaming tar reading, writing, and GNU sparse extraction
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"
rust-version = "1.85"
name = "jdx-tar"
version = "1.1.1"
build = false
exclude = ["tests/fixtures/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure streaming tar reading, writing, and GNU sparse extraction"
homepage = "https://github.com/jdx/jdx-tar"
documentation = "https://docs.rs/jdx-tar"
readme = "README.md"
keywords = [
    "tar",
    "archive",
    "sparse",
    "extract",
]
categories = [
    "compression",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jdx/jdx-tar"

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

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

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

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

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

[dependencies.filetime]
version = "0.2.25"

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

[dev-dependencies.tar]
version = "0.4"

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"