# 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 = "arpy-reqwest" version = "0.2.0" authors = ["Simon Bourne "] description = "Reqwest client for the Arpy RPC library" homepage = "https://github.com/simon-bourne/arpy" readme = "README.md" keywords = [ "RPC", "web", ] categories = [ "web-programming", "web-programming::http-client", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simon-bourne/arpy" [dependencies.arpy] version = "0.2.0" [dependencies.async-trait] version = "0.1.63" [dependencies.ciborium] version = "0.2.0" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dev-dependencies.tokio] version = "1.25.0" features = [ "macros", "process", ]