# 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 = "dnsoverhttps" version = "0.6.0" authors = ["Jan-Erik Rediger "] include = ["Cargo.toml", "README*", "LICENSE*", "src/**/*", "tests/**/*", "examples/**/*"] description = "Resolve hostnames by sending DNS queries over HTTPS" homepage = "https://github.com/badboy/dnsoverhttps" documentation = "https://docs.rs/dnsoverhttps" readme = "README.md" license = "MIT" repository = "https://github.com/badboy/dnsoverhttps" [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "0.1.2" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.9.1" [dependencies.trust-dns] version = "0.14.0" [dependencies.trust-dns-proto] version = "0.4.0"