$ astral-tokio-tar

v0.6.0MAJOR UPDATE

A Rust implementation of an async TAR file reader and writer. This library does not currently handle compression, but it is abstract over all I/O readers and writers. Additionally, great lengths are taken to ensure that the entire contents are never required to be entirely resident in memory all at once.

Downloads: 6.0M
Recent: 4.5M
Versions: 8
Updated: March 16, 2026

Latest Update Summary

Crate

Name: astral-tokio-tar New version: 0.6.0 Release date: 2026-03-16T15:01:53.988171Z

Crate readme

Short description A tokio-based tar archive reader and writer.

Long description This crate is a powerful fork of previous async tar crates, enhancing performance and fixing issues found in alexcrichton/tar-rs. It offers improved control over file permissions and the extraction of symlinks, making it secure for varied OS and filesystem behaviors.

Features • tokio-based • performance improvements • customizable permission settings • control over external symlinks

Code Examples

Linkshttps://github.com/edera-dev/tokio-tarhttps://github.com/vorot93/tokio-tarhttps://github.com/dignifiedquire/async-tarhttps://github.com/alexcrichton/tar-rs • CHANGELOG.md • http://www.apache.org/licenses/LICENSE-2.0http://opensource.org/licenses/MIT

https://docs.rs/tokio-tar https://api.github.com/repos/astral-sh/tokio-tar/releases/256034101

Release info

Release version:

Release description

Code Examples

Minor update: 0.5.6 → 0.6.0

$ DOWNLOADS TREND

2.9M6.0M

$ VERSION HISTORY

v0.6.0March 16, 2026
v0.5.6October 21, 2025

$ LINKS

$ INSTALL

cargo add astral-tokio-tar

Or add to Cargo.toml: astral-tokio-tar = "0.6.0"