[package] name = "iota-utils" version = "0.2.1" authors = ["Nathan Jaremko ", "Yu-Wei Wu "] edition = "2018" description = "Helper utilities used by Iota" repository = "https://github.com/iotaledger/iota.rs" homepage = "https://github.com/iotaledger/iota.rs" documentation = "https://docs.rs/iota-utils" license = "MIT" [lib] name = "iota_utils" path = "lib.rs" [dependencies] rand = "0.6" iota-conversion = { version = "0.3.0", path = "../iota-conversion"} iota-crypto = { version = "0.3.0", path = "../iota-crypto"} iota-model = { version = "0.3.0", path = "../iota-model"} iota-constants = { version = "0.2.1", path = "../iota-constants" } iota-validation = { version = "0.2.1", path = "../iota-validation" } lazy_static = "1.3" regex = "1.1" failure = "0.1"