-
- Downloads
remove unnecessary complexity
... | ... | @@ -41,16 +41,13 @@ confy = "^0.5.1" |
bs58 = "^0.5.0" | ||
inquire = "^0.6.2" | ||
directories = "^5.0.1" | ||
itertools = "^0.12.1" | ||
# crypto | ||
scrypt = { version = "^0.11", default-features = false } # for old-style key generation | ||
nacl = { version = "^0.5.3" } # for old-style key generation | ||
age = { default-features = false, version = "^0.10.0", features = [ | ||
"armor", | ||
] } # this is beta crate for password -encrypted files | ||
rand_chacha = "^0.3.1" # used to generate random seed | ||
bip39 = "^2.0.0" # to convert seed to mnemonic | ||
# this is beta crate for password-encrypted files | ||
age = { default-features = false, version = "^0.10.0", features = ["armor"] } | ||
bip39 = { version = "^2.0.0", features = ["rand"] } # mnemonic | ||
# allows to build gcli for different runtimes and with different predefined networks | ||
[features] | ||
... | ... |
Please register or sign in to comment