# 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-surf" version = "0.2.0" authors = ["Pro "] description = "HTTP adapter implementation for surf" documentation = "https://docs.rs/http-adapter-surf" 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.surf] version = "2.0" default-features = false [features] curl-client = ["surf/curl-client"] default = [ "curl-client", "middleware-logger", "encoding", ] default-client = ["surf/default-client"] encoding = ["surf/encoding"] h1-client = ["surf/h1-client"] h1-client-no-tls = ["surf/h1-client-no-tls"] h1-client-rustls = ["surf/h1-client-no-tls"] hyper-client = ["surf/hyper-client"] middleware-logger = ["surf/middleware-logger"] wasm-client = ["surf/wasm-client"] [badges.maintenance] status = "passively-maintained"