# 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 = "doge_transport" version = "0.2.6" authors = ["Darrion Whitfield "] description = "The doge lib for preparing and communicating with dns servers and protocols" homepage = "https://github.com/Dj-Codeman/doge" license = "MIT" repository = "https://github.com/Dj-Codeman/doge_transport" [lib] test = false doctest = false [dependencies.cfg-if] version = "1" [dependencies.doge_dns] version = "1.0.1" [dependencies.httparse] version = "1.3" optional = true [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" optional = true [dependencies.rustls] version = "0.23" optional = true [dependencies.webpki] version = "0.22.4" optional = true [dependencies.webpki-roots] version = "0.26.1" optional = true [features] default = [] with_https = ["httparse"] with_nativetls = ["native-tls"] with_nativetls_vendored = [ "native-tls", "native-tls/vendored", ] with_rustls = [ "rustls", "webpki-roots", "webpki", ] with_tls = []