[package] name = "cryptonote-wallet" version = "0.2.0" authors = ["calidion "] edition = "2018" license = "GPL-3.0-or-later" description = "base58 for cryptonote" exclude = [ "tests/*" ] [dependencies] cryptonote-account = "0.1.4" cryptonote-currency = "0.1.0" cryptonote-varint = "0.1.3" cryptonote-raw-crypto = "0.5.0" chrono = "0.4.6" ed25519-dalek = "1.0.0-pre.1" hex = "0.3.2" arrayref = "0.3.5" rand = "0.6.5" [badges] travis-ci = { repository = "cryptonote-rust/wallet", branch = "master" } codecov = { repository = "cryptonote-rust/wallet", branch = "master", service = "github" }