[package] name = "wagu_model" version = "0.6.0" authors = [ "Collin Chin", "Raymond Chu", "Ali Mousa", "Howard Wu" ] description = "A model for cryptocurrency wallets" homepage = "https://github.com/ArgusDeveloper/wagu" repository = "https://github.com/ArgusDeveloper/wagu" categories = ["command-line-utilities"] keywords = ["cryptocurrency", "blockchain", "bitcoin", "wallet", "ethereum"] readme = "README.md" license = "MIT/Apache-2.0" edition = "2018" [dependencies] byteorder = { version = "1" } ripemd160 = { version = "0.7" } sha2 = { version = "0.7" } [dev-dependencies] hex = { version = "0.3.2" } [badges] travis-ci = { repository = "ArgusDeveloper/wagu", branch = "master" }