Cargo Features

steel-sdk has no features set by default.

[dependencies]
steel-sdk = { version = "0.1.0", features = ["deafult", "wasm", "web-time"] }
deafult
wasm = solana-client-wasm, solana-extra-wasm

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.

solana-client-wasm wasm?
solana-extra-wasm wasm?
web-time implicit feature

Enables web-time

web-time:

Drop-in replacement for std::time for Wasm in browsers