securetar 0.1.0

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"
name = "securetar"
version = "0.1.0"
build = false
exclude = ["tests/fixtures/*"]
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.sodiumoxide]
version = "0.2.7"

[dependencies.thiserror]
version = "2.0.12"