# 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 = "2018" name = "easy-http-request" version = "0.2.13" authors = ["Magic Len "] include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"] description = "Easy to send HTTP/HTTPS requests." homepage = "https://magiclen.org/easy-http-request" readme = "README.md" keywords = ["http", "https", "request", "hyper"] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/magiclen/easy-http-request" [dependencies.educe] version = ">=0.4.0" features = ["Debug", "Clone"] default-features = false [dependencies.hyper] version = "0.10" [dependencies.hyper-native-tls] version = "0.3" [dependencies.mime] version = "0.3" [dependencies.slash-formatter] version = "3" [dependencies.url] version = "1"