firecloud-crypto 0.2.0

Encryption and key management for FireCloud distributed storage
Documentation
[package]
name = "firecloud-crypto"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
description = "Encryption and key management for FireCloud distributed storage"
readme = "README.md"
exclude = ["*.md", "!README.md"]

[dependencies]
firecloud-core = { path = "../firecloud-core", version = "0.2.0" }
chacha20poly1305.workspace = true
x25519-dalek.workspace = true
ed25519-dalek.workspace = true
blake3.workspace = true
argon2.workspace = true
rand.workspace = true
thiserror.workspace = true
serde.workspace = true
zeroize = { version = "1.8", features = ["derive"] }