Cargo Features

i3ipc-types has no features set by default.

[dependencies]
i3ipc-types = { version = "0.16.0", features = ["async-traits", "async-std-traits", "sway"] }
async-traits = tokio
async-std-traits = async-std
sway

Affects reply::Workspace.focus, reply::Node.app_id, reply::WindowProperties.window_type, reply::Rect

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.

async-std async-std-traits?
tokio async-traits?