[package]
edition = "2024"
name = "tar-framing"
version = "0.0.5"
authors = ["William Woodruff <william@astral.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framing layer for tar archives."
homepage = "https://github.com/astral-sh/tar-codec"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/astral-sh/tar-codec"
[lib]
name = "tar_framing"
path = "src/lib.rs"
doctest = false
[[bench]]
name = "framing"
path = "benches/framing.rs"
harness = false
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dev-dependencies.criterion]
version = "0.8.2"
features = ["async_tokio"]
[dev-dependencies.tokio]
version = "1"
features = ["rt"]