cargo-features = ["edition"] [package] name = "iota-lib-rs-preview" edition = '2018' version = "0.1.6" authors = ["Nathan Jaremko "] license = "MIT" readme = "README.md" keywords = ["iota", "api", "async"] repository = "https://github.com/njaremko/iota-lib-rs" homepage = "https://github.com/njaremko/iota-lib-rs" documentation = "https://docs.rs/iota-lib-rs" description = "A rust implementation of the IOTA API" categories = ["asynchronous"] [dependencies] crossbeam = "0.4" chrono = "0.4" crunchy = "0.2" failure = "0.1" lazy_static = "1.1" num_cpus = "1.8" rand = "0.5" regex = "1.0" reqwest = "0.8" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" futures-preview = "0.3.0-alpha.3" [dev-dependencies] criterion = "0.2" [lib] name = "iota_lib_rs" [badges] travis-ci = { repository = "njaremko/iota-lib-rs", branch = "async" } appveyor = { repository = "njaremko/iota-lib-rs", branch = "async" } [[bench]] name = "kerl_benchmark" harness = false [[bench]] name = "pow_benchmark" harness = false