Cargo Features
[dependencies]
libdoh = { version = "0.9.11", default-features = false, features = ["tls"] }
- default = tls
-
The
tls
feature is set by default wheneverlibdoh
is added without
somewhere in the dependency tree.default-features = false - 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