Cargo Features
[dependencies]
karyon_async_rustls = { version = "0.1.6", default-features = false, features = ["smol", "tokio"] }
- default = smol
-
The
smol
feature is set by default wheneverkaryon_async_rustls
is added without
somewhere in the dependency tree.default-features = false - smol default = futures-rustls
- tokio = tokio-rustls
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.