Cargo Features

OpenMenuStandard has no features set by default.

[dependencies]
open_menu_standard = { version = "0.1.0", features = ["all", "network", "qr", "tap-to-order"] }
all = network, qr, tap-to-order
network all? tap-to-order? = reqwest, tokio

Affects url::encode_document_as_param, url::decode_document_from_param

qr all? tap-to-order? = image, qrcode
tap-to-order all? = network, qr

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.

reqwest network?
tokio network?
qrcode qr?
image qr?