Cargo Features
Steel has no features set by default.
[dependencies]
steel = { version = "2.1.1", features = ["deafult", "spl"] }
- deafult
- spl = spl-associated-token-account, spl-token
-
Affects
cpi::create_associated_token_account
,cpi::transfer
,cpi::transfer_signed
,cpi::transfer_signed_with_bump
,cpi::mint_to_signed
,cpi::mint_to_signed_with_bump
,cpi::burn
,cpi::burn_signed
,cpi::burn_signed_with_bump
,cpi::freeze
,cpi::freeze_signed
,cpi::freeze_signed_with_bump
,cpi::initialize_mint
,cpi::initialize_mint_signed
,cpi::initialize_mint_signed_with_bump
,traits::AsSplToken
…
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.
- spl-token spl?
-
Enables spl-token ^4
- spl-associated-token-account spl?