[package] name = "libyobicash" version = "0.3.3" authors = ["Christian Nyumbayire "] license = "MIT/Apache-2.0" repository = "https://github.com/yobicash/libyobicash" description = "The Yobicash cryptocurrency library" categories = ["cryptography"] [badges] travis-ci = { repository = "yobicash/libyobicash", branch = "master" } coveralls = { repository = "yobicash/libyobicash", branch = "master", service = "github" } maintenance = { status = "experimental" } [lib] name = "libyobicash" path = "src/lib.rs" [dependencies] failure = "^0.1" failure_derive = "^0.1" serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" rmp = "^0.8" rmp-serde = "^0.13" hex = "^0.3" rug = { version = "^0.9", features = ["serde"] } byteorder = "^1.2" itertools = "^0.7" yobicrypto = "0.2.5" chrono = { version = "^0.4", features = ["serde"] } regex = "^0.2" futures = "^0.1"