Cargo Features

[dependencies]
clone-solana-program = { version = "2.2.1", default-features = false, features = ["borsh", "dev-context-only-utils", "frozen-abi"] }
default = borsh

The borsh feature is set by default whenever clone-solana-program is added without default-features = false somewhere in the dependency tree.

borsh default

Enables borsh, borsh ^0.10.3, and clone-solana-borsh, borsh of clone-solana-hash, clone-solana-instruction, clone-solana-program-error, clone-solana-pubkey, and clone-solana-stake-interface

dev-context-only-utils
frozen-abi

Enables clone-solana-frozen-abi and clone-solana-frozen-abi-macro, frozen-abi of clone-solana-epoch-rewards, clone-solana-epoch-schedule, and clone-solana-fee-calculator, frozen-abi of clone-solana-hash, clone-solana-instruction, clone-solana-message, clone-solana-pubkey, clone-solana-rent, clone-solana-short-vec, clone-solana-stake-interface, and clone-solana-sysvar

clone-solana-program has 4 features without comments.