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