Cargo Features

[dependencies]
termrs_core = { version = "0.3.0", default-features = false, features = ["x11", "wayland"] }
default = x11

The x11 feature is set by default whenever termrs_core is added without default-features = false somewhere in the dependency tree.

x11 default

Enables x11 of copyrs ^0.4.2

wayland

Enables wayland of copyrs ^0.4.2

termrs_core has 3 features without comments.