Cargo Features

[dependencies]
radix-substate-store-interface = { version = "1.2.0-dev", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever radix-substate-store-interface is added without default-features = false somewhere in the dependency tree.

std default

Enables std of hex, use_std of itertools ^0.10.3 and std of radix-common, radix-rust, and sbor

sbor:

preserve_order requires std

alloc

Enables alloc of hex, use_alloc of itertools ^0.10.3, alloc of radix-common, radix-rust, and sbor

radix-substate-store-interface has 3 features without comments.