# 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" version = "0.2.0" authors = ["Pro "] description = "Adapter for HTTP client agnostic requests" documentation = "https://docs.rs/http-adapter" readme = "README.md" keywords = [ "http", "request", "client", ] categories = ["web-programming::http-client"] license = "LGPL-3.0" repository = "https://github.com/twistedfall/http-adapter" [dependencies.async-trait] version = "0.1" [dependencies.http] version = "1" [badges.maintenance] status = "passively-maintained"