Cargo Features

[dependencies]
sonic-channel = { version = "1.1.0", default-features = false, features = ["ingest", "search", "control"] }
default = search

The search feature is set by default whenever sonic-channel is added without default-features = false somewhere in the dependency tree.

ingest
control

sonic-channel has 4 features without comments.