Cargo Features

zenoh-link has no features set by default.

[dependencies]
zenoh-link = { version = "0.11.0-rc.2", features = ["transport_quic", "transport_tcp", "transport_tls", "transport_udp", "transport_unixsock-stream", "transport_ws", "transport_serial", "transport_unixpipe", "transport_vsock", "rcgen"] }
transport_quic = zenoh-link-quic
transport_tcp = zenoh-link-tcp
transport_tls = zenoh-link-tls
transport_udp = zenoh-link-udp
transport_unixsock-stream = zenoh-link-unixsock_stream
transport_ws = zenoh-link-ws
transport_serial = zenoh-link-serial
transport_unixpipe = zenoh-link-unixpipe

Enables transport_unixpipe of zenoh-link-unixpipe

transport_vsock = zenoh-link-vsock

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.

rcgen implicit feature

Enables rcgen ^0.11

rcgen:

Rust X.509 certificate generator