Cargo Features
[dependencies]
test1-mg736 = { 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 whenevertest1-mg736
is added without
somewhere in the dependency tree.default-features = false - 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?
-
Enables solana-client ^1.17.16
- solana-sdk client?
-
Enables solana-sdk ^1.17.16
- tokio client?
- tokio-util client?
- aes-gcm secrets?
- rand secrets?
- reqwest client? secrets?
-
Enables reqwest ^0.11
- rsa secrets?
-
Enables rsa ^0.5.0