Cargo Features

[dependencies]
roqoqo-qryd = { version = "0.16.0", 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

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

Enables reqwest ^0.11

bitvec web-api
hex web-api
roqoqo-quest simulator

Enables roqoqo-quest ^0.11