Cargo Features

[dependencies]
zenoh-backend-filesystem = { version = "0.11.0", default-features = false, features = ["stats", "dynamic_plugin"] }
default = dynamic_plugin

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

stats

Enables stats of zenoh

dynamic_plugin default

zenoh-backend-filesystem has 3 features without comments.