Cargo Features

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

The std feature is set by default whenever radix-substate-store-impls 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, radix-substate-store-interface, 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, radix-substate-store-interface, and sbor

rocksdb

Enables rocksdb ^0.21.0

Affects radix-substate-store-impls::rocks_db, radix-substate-store-impls::rocks_db_with_merkle_tree