Cargo Features

[dependencies]
hyprland = { version = "0.3.13", 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 default-features = false somewhere in the dependency tree.

async-net

Enables async-net and futures-lite

async-std

Enables async-std and futures-lite

tokio default

Enables tokio

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