hyperion-vault-core 0.2.0

Pure-Rust security core for hyperion-vault: envelope encryption, IP allowlist, token auth, rotation policy
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"
name = "hyperion-vault-core"
version = "0.2.0"
authors = ["Tadas Talaikis <talaikis.tadas@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust security core for hyperion-vault: envelope encryption, IP allowlist, token auth, rotation policy"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/hyperiondb/hyperion-vault"

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

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

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

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

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

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

[dependencies.base64]
version = "=0.22.1"

[dependencies.chacha20poly1305]
version = "=0.10.1"

[dependencies.getrandom]
version = "=0.4.2"

[dependencies.ipnet]
version = "=2.12.0"

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

[dependencies.sha2]
version = "=0.11.0"

[dependencies.subtle]
version = "=2.6.1"

[dependencies.thiserror]
version = "=2.0.18"

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

[dev-dependencies.serde_json]
version = "=1.0.150"