Cargo Features

[dependencies]
shell-quote = { version = "0.7.1", default-features = false, features = ["bash", "fish", "sh", "bstr"] }
default = bash, bstr, fish, sh

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

bash default

Affects shell-quote::Zsh

fish default
sh default

Affects shell-quote::Dash

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.

bstr default