# 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 = "talap" version = "0.1.2" authors = ["Anonymous "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Easy to send HTTP/HTTPS requests" documentation = "https://docs.rs/talap" readme = "README.md" keywords = [ "http", "https", "request", "hyper", "client", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/talap" [dependencies.doe] version = "0.1.29" [dependencies.educe] version = "0.4.0" features = [ "Debug", "Clone", ] default-features = false [dependencies.hyper] version = "0.10.0" [dependencies.hyper-native-tls] version = "0.3.0" [dependencies.mime] version = "0.3.16" [dependencies.slash-formatter] version = "3.1.3" [dependencies.tokio] version = "1.21.2" features = ["full"] [dependencies.url] version = "1.3.1"