# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iota-lib-rs" version = "0.4.1" authors = ["Nathan Jaremko ", "Yu-Wei Wu "] description = "A rust implementation of the IOTA Client API" homepage = "https://github.com/iotaledger/iota.rs" documentation = "https://docs.rs/iota-lib-rs" readme = "README.md" keywords = ["iota", "api"] license = "MIT" repository = "https://github.com/iotaledger/iota.rs" [lib] name = "iota_lib_rs" [dependencies.chrono] version = "0.4" [dependencies.crossbeam] version = "0.7" [dependencies.crunchy] version = "0.2" [dependencies.failure] version = "0.1" [dependencies.iota-client] version = "0.3.0" [dependencies.iota-constants] version = "0.2.1" [dependencies.iota-conversion] version = "0.3.0" [dependencies.iota-crypto] version = "0.3.0" [dependencies.iota-model] version = "0.3.0" [dependencies.iota-pow] version = "0.2.1" [dependencies.iota-signing] version = "0.2.1" [dependencies.iota-utils] version = "0.2.1" [dependencies.iota-validation] version = "0.2.1" [dependencies.lazy_static] version = "1.3" [dependencies.num_cpus] version = "1.10" [dependencies.rand] version = "0.6" [dependencies.regex] version = "1.1" [dependencies.reqwest] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.cargo-husky] version = "1" features = ["run-for-all", "precommit-hook", "run-cargo-fmt"] default-features = false [badges.appveyor] branch = "master" repository = "njaremko/iota-lib-rs" [badges.travis-ci] branch = "master" repository = "njaremko/iota-lib-rs"