tar_light 0.1.9

Simple tar archive reader and writer library
Documentation
[[bin]]
name = "tar_light"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.flate2]
version = "1.0"

[dependencies.libc]
version = "0.2"

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

[package]
authors = ["kujirahand"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem", "compression"]
description = "Simple tar archive reader and writer library"
documentation = "https://docs.rs/tar_light"
edition = "2024"
keywords = ["tar", "archive", "compression", "gzip"]
license = "MIT"
name = "tar_light"
readme = "README.md"
repository = "https://github.com/kujirahand/rust-tar_light"
version = "0.1.9"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]