[package] name = "cryptonote-base58" version = "0.1.2" authors = ["calidion "] edition = "2018" license = "GPL-3.0-or-later" description = "base58 for cryptonote" [dependencies] rust-base58 = "0.0.4" [badges] travis-ci = { repository = "cryptonote-rust/base58", branch = "master" } codecov = { repository = "cryptonote-rust/base58", branch = "master", service = "github" }