iota-conversion 0.5.1

Converters used by Iota
Documentation
[package]
name = "iota-conversion"
version = "0.5.1"
authors = ["Nathan Jaremko <nathan@jaremko.ca>", "Yu-Wei Wu <wusyong9104@gmail.com>"]
edition = "2018"
description = "Converters used by Iota"
repository = "https://github.com/iotaledger/iota.rs"
homepage = "https://github.com/iotaledger/iota.rs"
documentation = "https://docs.rs/iota-conversion"
license = "MIT"

[lib]
name = "iota_conversion"
path = "lib.rs"

[dependencies]
failure = "0.1"
lazy_static = "1.3"
iota-constants = { version = "0.2.1", path = "../iota-constants" }

[dev-dependencies]
rand = "0.6"