[package] name = "gemachain-clap-utils" version = "1.8.2" description = "Gemachain utilities for the clap" authors = ["Gemachain Maintainers "] repository = "https://github.com/gemacoin/gemachain" license = "Apache-2.0" homepage = "https://gemachain.com/" documentation = "https://docs.rs/gemachain-clap-utils" edition = "2018" [dependencies] clap = "2.33.0" rpassword = "5.0" gemachain-remote-wallet = { path = "../remote-wallet", version = "=1.8.2" } gemachain-sdk = { path = "../sdk", version = "=1.8.2" } thiserror = "1.0.29" tiny-bip39 = "0.8.1" uriparse = "0.6.3" url = "2.2.2" chrono = "0.4" [dev-dependencies] tempfile = "3.2.0" [lib] name = "gemachain_clap_utils" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]