Cargo Features
[dependencies]
nu-plugin-core = { version = "0.99.1", default-features = false, features = ["local-socket"] }
- default = local-socket
-
The
local-socket
feature is set by default whenevernu-plugin-core
is added without
somewhere in the dependency tree.default-features = false - 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.