Cargo Features

Steel has no features set by default.

[dependencies]
steel = { version = "3.0.3", features = ["deafult", "spl"] }
deafult
spl = spl-associated-token-account, spl-token

Affects cpi::create_associated_token_account, cpi::close_token_account, cpi::close_token_account_signed, cpi::close_token_account_signed_with_bump, cpi::transfer, cpi::transfer_signed, cpi::transfer_signed_with_bump, cpi::transfer_checked, cpi::transfer_checked_signed, cpi::transfer_checked_signed_with_bump, cpi::mint_to_signed, cpi::mint_to_signed_with_bump, cpi::mint_to_checked_signed, cpi::mint_to_checked_signed_with_bump, cpi::burn, cpi::burn_signed, 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?