Cargo Features

[dependencies]
nu-plugin-core = { version = "0.94.2", default-features = false, features = ["local-socket"] }
default = local-socket

The local-socket feature is set by default whenever nu-plugin-core is added without default-features = false somewhere in the dependency tree.

local-socket default = interprocess

Enables local-socket of nu-plugin-protocol

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.

interprocess local-socket