16 lines
411 B
TOML
16 lines
411 B
TOML
[package]
|
|
name = "auth_password"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
semios_account = { path = "../../lib/semios_account", features = ["client"] }
|
|
auth_method_fx = { path = "../../lib/auth_method_fx" }
|
|
password-hash = { version = "0.6", features = ["phc", "rand_core", "getrandom"] }
|
|
argon2 = "0.6.0-rc.8"
|
|
uuid = "1"
|
|
dialoguer = "0.12.0"
|
|
rand = "0.10"
|
|
aes-gcm = "0.10.3"
|
|
generic-array = "0.14.7"
|