# 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 = "rust-fetch" version = "0.1.0" authors = ["Daniele Luca "] description = "An easy to use reqwest wrapper" readme = "README.md" keywords = [ "async", "node-fetch", "fetch", "http", "reqwest", ] license = "MIT" [dependencies.anyhow] version = "1.0.82" [dependencies.bytes] version = "1.6.0" [dependencies.reqwest] version = "0.12.4" [dependencies.serde] version = "1.0.200" [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.116" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1.0.59" [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.tokio] version = "1.37.0" features = ["full"]