Cargo Features
[dependencies]
hyper-sync-rustls = { version = "0.3.0-rc.17", default-features = false, features = ["client", "server"] }
- default = client, server
-
These default features are set whenever
hyper-sync-rustls
is added without
somewhere in the dependency tree.default-features = false - client default = webpki, webpki-roots
-
Affects
hyper-sync-rustls::TlsClient
… - server default
-
Affects
hyper-sync-rustls::TlsServer
…
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.
- webpki-roots client
-
Enables webpki-roots ^0.19
- webpki client
-
Enables webpki ^0.21