mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
20 lines
390 B
TOML
20 lines
390 B
TOML
[package]
|
|
name = "mnemonic"
|
|
version = "0.5.0"
|
|
authors = ["Dyne.org foundation <foundation@dyne.org>"]
|
|
license = "AGPL-3.0-only"
|
|
edition = "2021"
|
|
|
|
[workspace]
|
|
|
|
[dependencies]
|
|
pasta_curves = "0.5.1"
|
|
anyhow = "1.0.100"
|
|
rand = "0.8.5"
|
|
pbkdf2 = "0.12.2"
|
|
hmac = "0.12.1"
|
|
sha2 = "0.10.9"
|
|
num-bigint = {version = "0.4.6", features = ["rand"]}
|
|
num-traits = "0.2.19"
|
|
unicode-normalization = "0.1.25"
|