# 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] name = "hyper-dns" version = "0.3.0" authors = ["Chris Swindle "] description = "This crates provides a NetworkConnector for Hyper which adds the ability to perform SRV lookups on URLs." keywords = ["hyper", "dns"] license = "MIT" repository = "https://github.com/cswindle/hyper-dns" [dependencies.futures] version = "0.1.14" [dependencies.hyper] version = "0.11" [dependencies.log] version = "0.4.3" [dependencies.rand] version = "0.5.5" [dependencies.tokio-core] version = "0.1.8" [dependencies.tokio-reactor] version = "0.1" [dependencies.trust-dns] version = "0.14.0" default-features = false [badges.travis-ci] repository = "cswindle/hyper-dns"