Cargo Features

nu-command has no features set by default.

[dependencies]
nu-command = { version = "0.93.0", features = ["plugin", "sqlite", "trash-support", "which-support"] }
plugin

Enables plugin of nu-parser

sqlite = rusqlite
trash-support = trash
which-support = which

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.

rusqlite sqlite?
which which-support?
trash not android ios trash-support?

Enables trash ^3.3