# 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 = "raxios" version = "0.5.2" authors = ["Devin Bidwell "] description = "An easy to use HTTP client for Rust based off of JS Axios library" readme = "README.md" keywords = [ "async", "http", "axios", "web", "reqwest", ] license = "MIT" repository = "https://github.com/dbidwell94/raxios" resolver = "2" [dependencies.anyhow] version = "1.0.63" [dependencies.bytes] version = "1.2.1" [dependencies.reqwest] version = "0.11.11" [dependencies.serde] version = "1.0.144" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.85" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1.0.33" [dev-dependencies.httpmock] version = "0.6.6" [dev-dependencies.tokio] version = "1.21.1" features = ["full"]