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 whenevernear-contract-standards-icebear
is added without
somewhere in the dependency tree.default-features = false - abi default
-
Enables abi of near-sdk ~4.1.1
near-contract-standards-icebear has 2 features without comments.