Cargo Features

[dependencies]
brush-shell = { version = "0.2.11", default-features = false, features = ["basic", "reedline"] }
default = basic, reedline

These default features are set whenever brush-shell is added without default-features = false somewhere in the dependency tree.

basic default
reedline default

brush-shell has 3 features without comments.