Cargo Features
[dependencies]
wormhole-solana-utils = { version = "0.3.0-alpha.1", default-features = false, features = ["anchor"] }
- default = anchor
-
The
anchor
feature is set by default wheneverwormhole-solana-utils
is added without
somewhere in the dependency tree.default-features = false - anchor default
-
Enables anchor-lang
For anchor feature
Affects
wormhole-solana-utils::accounts
,wormhole-solana-utils::cpi
…