Cargo Features

[dependencies]
tao = { version = "0.27.1", default-features = false, features = ["serde", "rwh_04", "rwh_05", "rwh_06"] }
default = rwh_06

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

serde

Enables serde, serde of dpi

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.

rwh_04 implicit feature

Enables raw-window-handle ^0.4

raw-window-handle:

Interoperability library for Rust Windowing applications

rwh_05 implicit feature

Enables raw-window-handle ^0.5

rwh_06 default

Enables raw-window-handle