Cargo Features
[dependencies]
dns-doge = { version = "0.2.8", default-features = false, features = ["with_idna", "with_tls", "with_https", "with_nativetls", "with_nativetls_vendored", "with_rustls"] }
- default = with_https, with_idna, with_nativetls, with_tls
-
These default features are set whenever
dns-doge
is added without
somewhere in the dependency tree.default-features = false - with_idna default
-
dns stuff
- with_tls default
-
Enables with_tls of doge_transport
- with_https default
-
Enables with_https of doge_transport
- with_nativetls default with_nativetls_vendored?
-
Enables with_nativetls of doge_transport
- with_nativetls_vendored = with_nativetls
-
Enables with_nativetls and with_nativetls_vendored of doge_transport
- with_rustls
-
Enables with_rustls of doge_transport