Cargo Features

[dependencies]
roqoqo-qryd = { version = "0.20.1", default-features = false, features = ["web-api", "simulator"] }
default = simulator, web-api

These default features are set whenever roqoqo-qryd is added without default-features = false somewhere in the dependency tree.

web-api default = bitvec, hex, reqwest

Affects roqoqo-qryd::api_backend, roqoqo-qryd::device_from_api

simulator default = roqoqo-quest

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 web-api
bitvec web-api
hex web-api
roqoqo-quest simulator