revault_lockbox_api 0.0.6

reVault lockbox API to create and manage lockboxes
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.88"
name = "revault_lockbox_api"
version = "0.0.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "reVault lockbox API to create and manage lockboxes"
documentation = "https://docs.rs/revault_lockbox_api"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/onepub-dev/reVault"

[features]
bindings = []
migration = []
native-zstd-encoder = ["dep:zstd"]
vault-integration = []

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

[[example]]
name = "files_and_directories"
path = "examples/files_and_directories.rs"

[[example]]
name = "forms"
path = "examples/forms.rs"

[[example]]
name = "recovery"
path = "examples/recovery.rs"

[[example]]
name = "symlinks_and_permissions"
path = "examples/symlinks_and_permissions.rs"

[[example]]
name = "variables"
path = "examples/variables.rs"

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

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

[[bench]]
name = "compression_corpus"
path = "benches/probes/compression_corpus.rs"
test = false
harness = false

[[bench]]
name = "performance"
path = "benches/performance.rs"
test = false
harness = false

[[bench]]
name = "pgp_compare"
path = "benches/pgp_compare.rs"
test = false
harness = false

[dependencies.argon2]
version = "0.5"

[dependencies.chacha20poly1305]
version = "0.11"

[dependencies.ed25519-dalek]
version = "3"

[dependencies.getrandom]
version = "0.4"

[dependencies.hkdf]
version = "0.13"

[dependencies.ml-dsa]
version = "0.1"
features = ["getrandom"]

[dependencies.ml-kem]
version = "0.3.2"
features = ["getrandom"]

[dependencies.revault_page_api]
version = "0.0.4"

[dependencies.ruzstd]
version = "0.8.3"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

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

[dependencies.x25519-dalek]
version = "3"
features = ["static_secrets"]

[dependencies.zeroize]
version = "1.9"

[dependencies.zstd]
version = "0.13.3"
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.oxiarc-zstd]
version = "0.4"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_System_Threading",
]