# 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 = "rtv" version = "4.0.1" authors = ["foxcirc"] description = "Minimal HTTP/S client that supports nonblocking and streaming requests using mio." readme = "readme.md" keywords = [ "http", "client", "simple", "nonblocking", "mio", ] categories = [ "web-programming", "web-programming::http-client", "asynchronous", ] license = "MIT" repository = "https://github.com/Foxcirc/rtv" [package.metadata.docs.rs] all-features = true [lib] doctest = false [dependencies.chunked_transfer] version = "1.5.*" [dependencies.dns-parser] version = "0.8.*" [dependencies.futures-io] version = "0.3.*" optional = true [dependencies.futures-lite] version = "2.2.*" optional = true [dependencies.httparse] version = "1.8.*" [dependencies.mio] version = "0.8.*" features = [ "net", "os-poll", "os-ext", ] [dependencies.rustls] version = "0.21.*" optional = true [dependencies.webpki-roots] version = "0.23.*" optional = true [dev-dependencies.extreme] version = "6.*" [features] async = [ "futures-lite", "futures-io", ] default = [ "tls", "async", ] tls = [ "rustls", "webpki-roots", ]