Cargo Features

[dependencies]
this_is_a_placeholder111 = { version = "0.1.0", default-features = false, features = ["no-entrypoint", "cpi", "secrets", "ipfs", "all-features", "pid_override", "client", "stdsimd"] }
default = cpi

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

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

Enables ipfs of switchboard-common

all-features = client, cpi, ipfs, no-entrypoint, secrets
pid_override
client all-features? = anchor-client, anchor-lang, reqwest, solana-client, solana-sdk, tokio, tokio-util

Enables client of switchboard-common

stdsimd

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.

anchor-lang client?

Enables anchor-lang ^0.29.0

anchor-client client?

Enables anchor-client ^0.29.0

solana-client client?
solana-sdk client?
tokio client?
tokio-util client?
aes-gcm secrets?
rand secrets?
reqwest client? secrets?

Enables reqwest ^0.11

rsa secrets?

Enables rsa ^0.5.0