Cargo Features

[dependencies]
zenoh-plugin-webserver = { version = "0.11.0-rc.3", default-features = false, features = ["dynamic_plugin", "stats"] }
default = dynamic_plugin

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

dynamic_plugin default
stats

Enables stats of zenoh

zenoh-plugin-webserver has 3 features without comments.