Cargo Features
[dependencies]
shell-quote = { version = "0.7.2", default-features = false, features = ["bash", "fish", "sh", "bstr"] }
- default = bash, bstr, fish, sh
-
These default features are set whenever
shell-quoteis added withoutsomewhere in the dependency tree.default-features = false - 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