# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "client_request" version = "0.1.2" authors = ["nagaraj-manjunath"] description = "Rust implimentation for API" license = "Apache-2.0" resolver = "2" [dependencies.async-trait] version = "0.1.50" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.4" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.thiserror] version = "1.0.26" [dev-dependencies.tokio] version = "1.9" features = ["macros"]