Cargo Features
[dependencies]
wayland-protocols-treeland = { version = "0.1.2", default-features = false, features = ["client", "server"] }
- default = client
-
The
clientfeature is set by default wheneverwayland-protocols-treelandis added withoutsomewhere in the dependency tree.default-features = false - client default = wayland-client
- server = wayland-server
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.