Cargo Features

[dependencies]
jpl-token-2022 = { version = "6.0.0", default-features = false, features = ["test-sbf", "serde-traits", "zk-ops"] }
default = zk-ops

The zk-ops feature is set by default whenever jpl-token-2022 is added without default-features = false somewhere in the dependency tree.

no-entrypoint test-sbf
serde-traits

Enables base64, serde and serde_with, serde-traits of jpl-pod

Affects jpl-token-2022::serialization

zk-ops default

Remove this feature once the underlying syscalls are released on all networks

Affects verify_proof::verify_mint_proof, verify_proof::verify_burn_proof, processor::verify_and_split_deposit_amount, verify_proof::verify_withdraw_proof, verify_proof::verify_transfer_proof, verify_proof::verify_transfer_with_fee_proof