[package]
name = "hexvault"
version = "1.1.1"
edition = "2021"
authors = ["Zawadi MC Nyachiya"]
license = "MIT"
repository = "https://github.com/Z3DDIEZ/HexVault"
homepage = "https://github.com/Z3DDIEZ/HexVault"
description = "Cascading cell-partitioned encryption architecture."
readme = "README.md"
documentation = "https://docs.rs/hexvault"
keywords = ["security", "encryption", "architecture", "cryptography", "isolation"]
categories = ["cryptography", "data-structures"]
exclude = ["AG-docs/*", ".github/*"]
[dependencies]
ring = "0.17"
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
[dev-dependencies]
criterion = "0.5"
[[bench]]
name = "traversal_benchmark"
harness = false
[[bench]]
name = "kms_comparison_benchmark"
harness = false