zlayer-secrets 0.12.9

Secure secrets management for ZLayer container workloads
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 = "zlayer-secrets"
version = "0.12.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure secrets management for ZLayer container workloads"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/BlackLeafDigital/ZLayer"

[features]
default = ["persistent"]
persistent = ["sqlx"]
vault = ["vaultrs"]

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

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

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

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

[dependencies.argon2]
version = "0.5"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crypto_box]
version = "0.9"
features = ["seal"]

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]

[dependencies.hex]
version = "0.4"

[dependencies.postcard2]
version = "0.2.1"
features = ["alloc"]

[dependencies.rand]
version = "0.9"

[dependencies.rcgen]
version = "0.13"
features = ["x509-parser"]

[dependencies.rustls-pki-types]
version = "1.14.1"

[dependencies.secrecy]
version = "0.10"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "sqlite",
    "runtime-tokio",
]
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = ["serde"]

[dependencies.tokio]
version = "1.49"
features = [
    "full",
    "tracing",
]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.19"
features = [
    "v4",
    "serde",
]

[dependencies.vaultrs]
version = "0.7"
optional = true

[dependencies.x509-parser]
version = "0.18"

[dependencies.zeroize]
version = "1.7"
features = ["derive"]

[dependencies.zlayer-paths]
version = "0.12.9"

[dependencies.zlayer-types]
version = "0.12.9"

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

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"