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
somewhere 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