tzap-core 0.1.11

Core library for reading and writing encrypted, recoverable tzap 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 = "2021"
rust-version = "1.85"
name = "tzap-core"
version = "0.1.11"
authors = ["Frank Zhu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for reading and writing encrypted, recoverable tzap archives"
documentation = "https://docs.rs/tzap-core"
readme = "README.md"
keywords = [
    "archive",
    "compression",
    "encryption",
    "recovery",
    "zstd",
]
categories = [
    "compression",
    "cryptography",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://github.com/tzap-org/tzap"

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

[[test]]
name = "v36_corpus"
path = "tests/v36_corpus.rs"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.aes-gcm-siv]
version = "0.11"

[dependencies.argon2]
version = "0.5"
features = ["std"]

[dependencies.cap-fs-ext]
version = "4.0.2"

[dependencies.cap-std]
version = "4.0.2"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.crc32c]
version = "0.6"

[dependencies.hex]
version = "0.4"

[dependencies.hkdf]
version = "0.12"

[dependencies.hmac]
version = "0.12"

[dependencies.libc]
version = "0.2"

[dependencies.sha2]
version = "0.10"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zeroize]
version = "1"
features = ["zeroize_derive"]

[dependencies.zstd]
version = "0.13"
features = ["zstdmt"]

[dependencies.zstd-safe]
version = "7"

[dev-dependencies.tempfile]
version = "3"

[target."cfg(not(windows))".dependencies.sha2]
version = "0.10"
features = ["asm"]

[target.'cfg(target_os = "linux")'.dependencies.linux-raw-sys]
version = "0.12"
features = ["ioctl"]

[target."cfg(unix)".dependencies.xattr]
version = "1.6"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Storage_FileSystem",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_System_IO",
    "Win32_System_Ioctl",
    "Win32_System_SystemServices",
    "Win32_System_Threading",
    "Win32_System_WindowsProgramming",
]