securetar 0.1.1

Rust reader primitives for SecureTar v3 encrypted streams (used in Home Assistant backups)
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 = "securetar"
version = "0.1.1"
build = false
exclude = [
    "tests/fixtures/*",
    "tests/python_compat.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust reader primitives for SecureTar v3 encrypted streams (used in Home Assistant backups)"
homepage = "https://github.com/orottier/securetar-rs"
documentation = "https://docs.rs/securetar"
readme = "README.md"
keywords = [
    "securetar",
    "tar",
    "backup",
    "encryption",
    "home-assistant",
]
categories = [
    "cryptography",
    "encoding",
]
license = "Apache-2.0"
repository = "https://github.com/orottier/securetar-rs"

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

[dependencies.argon2]
version = "0.5.3"

[dependencies.blake2b_simd]
version = "1.0.3"

[dependencies.log]
version = "0.4.27"

[dependencies.sodiumoxide]
version = "0.2.7"

[dependencies.thiserror]
version = "2.0.12"

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