Cargo Features

[dependencies]
zenoh-core = { version = "1.2.1", default-features = false, features = ["std", "tracing-instrument"] }
default = std

The std feature is set by default whenever zenoh-core is added without default-features = false somewhere in the dependency tree.

std default
tracing-instrument

Enables tracing-instrument of zenoh-runtime

zenoh-core has 3 features without comments.