Cargo Features

[dependencies]
atlas-sdk = { version = "3.0.0", default-features = false, features = ["full", "borsh", "dev-context-only-utils", "frozen-abi"] }
default = borsh, full

These default features are set whenever atlas-sdk is added without default-features = false somewhere in the dependency tree.

full default = atlas-signature

Enables atlas-keypair, atlas-offchain-message, and atlas-presigner, atlas-seed-derivable, atlas-seed-phrase, atlas-shred-version, atlas-signer, atlas-transaction, and atlas-transaction-error, rand of atlas-pubkey ^3.0.0

borsh default

Enables borsh of atlas-program

dev-context-only-utils

Enables dev-context-only-utils of atlas-account, atlas-program, and atlas-transaction

frozen-abi

Enables frozen-abi of atlas-account, atlas-fee-structure, atlas-inflation, atlas-program, atlas-short-vec, atlas-signature, atlas-transaction, and atlas-transaction-error

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.

atlas-signature frozen-abi? full