# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "hreq-h1" version = "0.3.10" authors = ["Martin Algesten "] description = "Asynchronous HTTP/1.1 (and 1.0) implementation" readme = "README.md" keywords = ["web", "request", "http", "rest", "client"] categories = ["web-programming::http-client"] license = "MIT/Apache-2.0" repository = "https://github.com/algesten/hreq-h1" [dependencies.futures-io] version = "0.3" features = ["std"] default-features = false [dependencies.futures-util] version = "0.3" features = ["async-await-macro", "io", "sink"] default-features = false [dependencies.http] version = "0.2" [dependencies.httparse] version = "1" [dependencies.log] version = "0.4" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.pretty_env_logger] version = "0.4"