[package] name = "fswallet" version = "0.1.0-alpha.0" authors = ["jjy "] edition = "2018" readme = "README.md" license = "MIT" repository = "https://github.com/jjyr/fswallet" keywords = [ "hdwallet", "wallet", "bitcoin", "crypto", "cli" ] description = "An experimental multi-coin HD wallet built for hackers." [dependencies] hdwallet = "0.2.2" hdwallet-bitcoin = "0.2.1" ring = "0.14.6" rand = "0.6.5" clap = "2.32.0" serde = { version = "1.0.88", features = ["derive"] } serde_json = "1.0.38" ripemd160 = "0.8.0" hex = "0.3.2" base58 = "0.1.0" home = "0.3" log = "0.4.6" failure = "0.1.5"