Cargo Features

[dependencies]
split_channel = { version = "0.5.0", default-features = false, features = ["binaries", "command_line"] }
default = binaries

The binaries feature is set by default whenever split_channel is added without default-features = false somewhere in the dependency tree.

binaries default = command_line
command_line binaries

Enables arrrg, arrrg_derive, and getopts

split_channel has 3 features without comments.