[package]
name = "fedimint-aead"
version = { workspace = true }
authors = ["The Fedimint Developers"]
edition = "2021"
description = "aead utilities on top of ring"
license = "MIT"
readme = "../../README.md"
repository = "https://github.com/fedimint/fedimint"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]
[lib]
name = "fedimint_aead"
path = "src/lib.rs"
[dependencies]
anyhow = { workspace = true }
argon2 = { version = "0.5.3", features = ["password-hash", "alloc"] }
hex = { workspace = true }
rand = { workspace = true }
ring = { workspace = true }