Cargo Features
[dependencies]
nu-cmd-lang = { version = "0.101.0", default-features = false, features = ["os", "plugin", "sqlite", "system-clipboard"] }
- default = os
-
The
os
feature is set by default whenevernu-cmd-lang
is added without
somewhere in the dependency tree.default-features = false - os default plugin?
-
Enables os of nu-engine, nu-protocol, and nu-utils
- plugin = os
-
Enables plugin of nu-protocol
- mimalloc trash-support sqlite
- static-link-openssl system-clipboard
nu-cmd-lang has 5 features without comments.