Cargo Features

[dependencies]
near-contract-standards-icebear = { version = "0.0.1", default-features = false, features = ["abi"] }
default = abi

The abi feature is set by default whenever near-contract-standards-icebear is added without default-features = false somewhere in the dependency tree.

abi default

Enables abi of near-sdk ~4.1.1

near-contract-standards-icebear has 2 features without comments.