# 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-adapter-ureq" version = "0.2.0" authors = ["Pro "] description = "HTTP adapter implementation for ureq" documentation = "https://docs.rs/http-adapter-ureq" readme = "README.md" keywords = [ "http", "request", "client", ] categories = ["web-programming::http-client"] license = "LGPL-3.0" repository = "https://github.com/twistedfall/http-adapter" [dependencies.http-adapter] version = "0.2" [dependencies.ureq] version = "2.0" default-features = false [features] brotli = ["ureq/brotli"] charset = ["ureq/charset"] cookies = ["ureq/cookie"] default = [ "tls", "gzip", ] gzip = ["ureq/gzip"] json = ["ureq/json"] native-certs = ["ureq/native-certs"] socks-proxy = ["ureq/socks-proxy"] tls = ["ureq/tls"] [badges.maintenance] status = "passively-maintained"