Cargo Features

upgrade2webrtc has no features set by default.

[dependencies]
upgrade2webrtc = { version = "0.1.0", features = ["local_sockets"] }
local_sockets = interprocess, tokio-util

Affects client::client_new_local_socket, server::server_new_local_socket

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_sockets?

Enables interprocess ^1.2.1

tokio-util local_sockets?