tario 0.2.0

Asynchronously read and write TAR archives
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 = "tario"
version = "0.2.0"
authors = ["Akis Kesoglou <akiskesoglou@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asynchronously read and write TAR archives"
readme = "README.md"
keywords = [
    "tar",
    "async",
    "io",
    "futures",
    "tokio",
]
categories = [
    "asynchronous",
    "encoding",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/dfunckt/tario"

[package.metadata.docs.rs]
all-features = true

[features]
tracing = []

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

[dependencies.pin-project-lite]
version = "0.2"
default-features = false

[dependencies.tar]
version = "0.4"
default-features = false

[dependencies.tokio]
version = "1"
default-features = false

[dev-dependencies.rand]
version = "0.10"
features = ["thread_rng"]
default-features = false

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "fs",
    "macros",
    "io-util",
]
default-features = false