# 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-request" version = "8.34.0" authors = ["ltpp-universe "] build = false exclude = [ "target", "Cargo.lock", "sh", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = 'http-request is a lightweight, efficient library for building, sending, and handling HTTP/HTTPS requests in Rust applications. It provides a simple and intuitive API, allowing developers to easily interact with web services, whether they use the "HTTP" or "HTTPS" protocol. The library supports various HTTP methods, custom headers, request bodies, timeout, automatic handling of redirects (including detecting redirect loops), and enhanced response body decoding (both automatic and manual), enabling fast and secure communication. Whether working with secure "HTTPS" connections or standard "HTTP" requests, the library is optimized for performance, minimal resource usage, and easy integration into Rust projects.' readme = "README.md" keywords = [ "http", "request", "response", "tcp", "redirect", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/ltpp-universe/http-request.git" [profile.dev] opt-level = 3 lto = true panic = "abort" incremental = true [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "http_request" path = "src/lib.rs" [dependencies.brotli] version = "7.0.0" [dependencies.flate2] version = "1.0.35" [dependencies.hex] version = "0.4.3" [dependencies.http-compress] version = "1.13.0" [dependencies.http-type] version = "2.27.0" [dependencies.rustls] version = "0.23.20" [dependencies.serde] version = "1.0.217" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.serde_json] version = "1.0.133" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.url] version = "2.5.4" [dependencies.urlencoding] version = "2.1.3" [dependencies.webpki-roots] version = "0.26.7" [dev-dependencies.color-output] version = "6.1.4" [dev-dependencies.std-macro-extensions] version = "0.18.0"