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 whenever ya-sb-proto is added without default-features = false somewhere in the dependency tree.

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.

tokio-util with-codec
tokio with-codec