Cargo Features

[dependencies]
kywy = { version = "0.3.7", default-features = false, features = ["button-async", "button-poll"] }
default = button-async

The button-async feature is set by default whenever kywy is added without default-features = false somewhere in the dependency tree.

button-async default
button-poll

Kywy has 3 features without comments.