Cargo Features
[dependencies]
hyprland = { version = "0.3.12", default-features = false, features = ["async-net", "async-std", "tokio", "dispatch", "data", "ctl", "keyword", "config", "listener", "silent"] }
- default = config, ctl, data, dispatch, keyword, listener, tokio
-
These default features are set whenever
hyprland
is added without
somewhere in the dependency tree.default-features = false - async-net
-
Enables async-net ^1 and futures-lite ^1
- async-std
-
Enables async-std and futures-lite ^1
- tokio default
- dispatch default config listener
-
Affects
hyprland::dispatch
… - data default listener
-
Affects
hyprland::data
… - ctl default
-
Affects
hyprland::ctl
… - keyword default config
-
Affects
hyprland::keyword
… - config default = dispatch, keyword
-
Affects
hyprland::config
… - listener default = data, dispatch
-
Affects
hyprland::event_listener
… - silent