Cargo Features

tokio-qapi has no features set by default.

[dependencies]
tokio-qapi = { version = "0.4.0", features = ["qga", "qmp"] }
qga = qapi-qga
qmp = qapi-qmp

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.

qapi-qga qga?

Enables qapi-qga ^0.4.0

Affects tokio-qapi::qga_handshake, tokio-qapi::QgaHandshake

qapi-qmp qmp?

Enables qapi-qmp ^0.4.0

Affects tokio-qapi::QapiEventStream, tokio-qapi::event_stream, tokio-qapi::qmp_handshake, tokio-qapi::QmpHandshake