Cargo Features
[dependencies]
nu-ansi-term = { version = "0.50.3", default-features = false, features = ["std", "derive_serde_style", "gnu_legacy"] }
- default = std
-
The
stdfeature is set by default whenevernu-ansi-termis added withoutsomewhere in the dependency tree.default-features = false - std default
- derive_serde_style = serde
- gnu_legacy
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.