# 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 = "http-typed" version = "0.4.0" description = "HTTP client supporting custom request and response types." readme = "README.md" keywords = [ "http", "client", "request", "types", "json", ] categories = [ "web-programming", "web-programming::http-client", "network-programming", "asynchronous", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dnut/http-typed" [dependencies.paste] version = "1.0.0" [dependencies.reqwest] version = ">=0.10.0,<0.12.0" optional = true default-features = false [dependencies.serde] version = "1.0.69" [dependencies.serde_json] version = "1.0.0" [dependencies.thiserror] version = "1.0.0" [features] client = ["reqwest"] default = [ "client", "native-tls", ] native-tls = ["reqwest/native-tls"] rustls-tls = ["reqwest/rustls-tls"]