Cargo Features

switchboard-common has no features set by default.

[dependencies]
switchboard-common = { version = "0.11.3", features = ["all", "client", "ipfs"] }
all = client, ipfs
client all? = async-trait, envy, futures, getrandom, sgx-quote
ipfs all? = ipfs-api, ipfs-api-backend-hyper, ipfs-api-prelude

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-trait client?
envy client?
futures client?
getrandom client?
ipfs-api ipfs?
ipfs-api-prelude ipfs?
ipfs-api-backend-hyper ipfs?
sgx-quote client?