[dependencies.anyhow]
version = "1.0.65"
[dependencies.argon2]
features = ["password-hash", "alloc"]
version = "0.5.0"
[dependencies.hex]
version = "0.4.3"
[dependencies.rand]
version = "0.8"
[dependencies.ring]
version = "0.17.5"
[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"
repository = "https://github.com/fedimint/fedimint"
version = "0.2.2-rc8"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]