Cargo Features

[dependencies]
libdoh = { version = "0.9.10", default-features = false, features = ["tls"] }
default = tls

The tls feature is set by default whenever libdoh is added without default-features = false somewhere in the dependency tree.

tls default = tokio-rustls

Affects globals::Globals.tls_cert_path, globals::Globals.tls_cert_key_path

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio-rustls tls

Enables tokio-rustls ^0.24.1