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 whenever sos-ipc is added without default-features = false somewhere in the dependency tree.

tcp
local-socket default = interprocess
native-bridge = once_cell, open

Affects sos-ipc::native_bridge

native-send

Enables process of tokio

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.

interprocess local-socket
open native-bridge?
once_cell native-bridge?