# 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 = "eosio-client-api" version = "0.2.5" authors = ["Ian Holsman "] description = "EOSIO API to communicate to EOSIO nodeos software" homepage = "https://github.com/kryton/eosio-rust-api/tree/master/eosio-client-api" readme = "README.md" keywords = ["eosio", "blockchain"] categories = ["api-bindings"] license = "Apache-2.0" repository = "https://github.com/kryton/eosio-rust-api/" [dependencies.base64] version = "0.12.3" [dependencies.base64-serde] version = "0.5.1" [dependencies.bs58] version = "0.3.1" [dependencies.chrono] version = "0.4" [dependencies.eosio-client-keys] version = "0.1.0" [dependencies.error-chain] version = "0.12.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.libabieos-sys] version = "0.3.7" [dependencies.reqwest] version = "0.10.6" features = ["json"] [dependencies.ripemd160] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "0.2.21" features = ["rt-threaded", "macros"] [dev-dependencies.tokio-test] version = "0.2.1"