Cargo Features
nu-protocol has no features set by default.
[dependencies]
nu-protocol = { version = "0.99.1", features = ["plugin"] }
- plugin = brotli, rmp-serde
-
Affects
command::Command.plugin_identity
,engine_state::EngineState.plugin_path
,example::PluginExample
…
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.
- brotli plugin?
-
Enables brotli ^5.0
- rmp-serde plugin?