# 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.57" name = "api-client" version = "0.2.1" authors = ["John Peel "] description = "Provides a macro for quickly creating REST api client structs" documentation = "https://docs.rs/api-client/latest/api_client/" readme = "README.md" license = "MIT" repository = "https://github.com/JohnPeel/api-client/" [dependencies.async-trait] version = "0.1.0" [dependencies.reqwest] version = "0.11.0" default-features = false [dev-dependencies.bytes] version = "1.2.0" [dev-dependencies.reqwest] version = "0.11.0" features = [ "rustls-tls", "json", "multipart", ] default-features = false [dev-dependencies.serde] version = "1.0.0" features = ["derive"] [dev-dependencies.tokio] version = "1.27.0" features = [ "rt-multi-thread", "macros", ] [features] default = [ "json", "multipart", ] json = ["reqwest/json"] multipart = ["reqwest/multipart"]