# 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 = "hyper-srv" version = "0.5.0" authors = ["Eugene Palmoff "] description = "A wrapper around Hyper's connector with ability to preresolve SRV DNS records." homepage = "https://github.com/mahou-shoujo/hyper-srv-rs.git" readme = "README.md" keywords = [ "http", "hyper", "hyperium", "dns", "srv", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/mahou-shoujo/hyper-srv-rs.git" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["client"] [dependencies.tokio] version = "1" [dependencies.trust-dns-resolver] version = "0.23" [dev-dependencies.hyper] version = "0.14" features = [ "client", "tcp", "http1", "http2", ] [dev-dependencies.tokio] version = "1" features = ["macros"]