Cargo Features

zenohd has no features set by default.

[dependencies]
zenohd = { version = "0.11.0-rc.2", features = ["shared-memory", "loki"] }
default

These default features are set whenever zenohd is added without default-features = false somewhere in the dependency tree.

Enables zenoh

shared-memory

Enables shared-memory of zenoh

loki = tracing-loki, url

Affects zenohd::get_loki_endpoint, zenohd::get_loki_apikey, zenohd::get_loki_apikey_header

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.

tracing-loki loki?
url loki?