Cargo Features
[dependencies]
nu-protocol = { version = "0.110.0", default-features = false, features = ["os", "plugin", "sqlite"] }
- default = os
-
The
osfeature is set by default whenevernu-protocolis added withoutsomewhere in the dependency tree.default-features = false - os default plugin? = os_pipe
-
Affects
nu-protocol::process,pipeline_data::PipelineExecutionData.exit,child::check_exit_status_future… - plugin = brotli, os, rmp-serde
-
Affects
command::Command.plugin_identity,engine_state::EngineState.plugin_path,example::PluginExample… - sqlite
-
enables SQLite history
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.