Cargo Features
[dependencies]
ya-sb-proto = { version = "0.6.2", default-features = false, features = ["with-codec"] }
- default = with-codec
-
The
with-codec
feature is set by default wheneverya-sb-proto
is added without
somewhere in the dependency tree.default-features = false - with-codec default = tokio, tokio-util
-
Affects
ya-sb-proto::codec
…
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.