Cargo Features
[dependencies]
sos-ipc = { version = "0.16.0", default-features = false, features = ["tcp", "local-socket", "native-bridge", "native-send"] }
- default = local-socket
-
The
local-socket
feature is set by default wheneversos-ipc
is added without
somewhere in the dependency tree.default-features = false - tcp
- local-socket default = interprocess
- native-bridge = once_cell, open
-
Affects
sos-ipc::native_bridge
… - native-send
-
Affects
native_bridge::send
…
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.