18 lines
290 B
TOML
18 lines
290 B
TOML
[package]
|
|
name = "nyanpass"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
aes-gcm = "0.10.1"
|
|
chacha20poly1305 = "0.10.1"
|
|
sha2 = "0.10.6"
|
|
sha3 = "0.10.6"
|
|
argon2 = "0.4.1"
|
|
bcrypt = "0.13.0"
|
|
pbkdf2 = "0.10"
|
|
password-hash = "0.4.2"
|
|
rand = "0.8.5"
|
|
passwords = "3.1.12"
|
|
reqwest = "0.11.13"
|
|
|