Cargo Features

[dependencies]
switchboard-solana-staging = { version = "0.29.102", default-features = false, features = ["all", "no-entrypoint", "cpi", "secrets", "macros", "ipfs"] }
default = cpi

The cpi feature is set by default whenever switchboard-solana-staging is added without default-features = false somewhere in the dependency tree.

all = ipfs, macros, secrets
no-entrypoint cpi
cpi default = no-entrypoint
secrets all? = aes-gcm, rand, reqwest, rsa
macros all? = switchboard-solana-macros
ipfs all?

Enables ipfs of switchboard-common

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.

switchboard-solana-macros macros?

Enables switchboard-solana-macros =0.2.2

aes-gcm not solana secrets?
rand not solana secrets?
reqwest not solana secrets?

Enables reqwest ^0.11

rsa not solana secrets?

Enables rsa ^0.5.0