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 whenever nu-cmd-lang is added without default-features = false somewhere in the dependency tree.

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.