Cargo Features

[dependencies]
dns-doge = { version = "0.2.7", 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 default-features = false somewhere in the dependency tree.

with_idna default

Enables with_idna of doge_dns

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