Cargo Features

[dependencies]
micro-solana-client = { version = "0.1.1", default-features = false, features = ["serde", "solana-pubkey", "solana-instruction"] }
default = solana-instruction

The solana-instruction feature is set by default whenever micro-solana-client is added without default-features = false somewhere in the dependency tree.

serde

Enables serde, serde of optional solana-pubkey

solana-pubkey solana-instruction

Enables solana-pubkey

solana-instruction default = solana-pubkey

Enables solana-instruction

micro-solana-client has 4 features without comments.