# 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" rust-version = "1.64.0" name = "rest-json-client" version = "0.2.3" authors = ["Paul Min"] description = "Utility library for easing http json api request" readme = "README.md" license = "MIT" repository = "https://github.com/paulusminus/rest-api-client" [dependencies.futures-util] version = "0.3" [dependencies.reqwest] version = "0.12" features = [ "json", "gzip", ] [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.json-placeholder-data] version = "0.2" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] [dev-dependencies.tokio-test] version = "0.4.3"