Cargo Features

[dependencies]
radix-blueprint-schema-init = { version = "1.2.0", default-features = false, features = ["std", "alloc", "serde"] }
default = std

You should enable either std or alloc

std default

Enables std of radix-common, sbor, and optional serde

sbor:

preserve_order requires std

alloc

Enables alloc of radix-common, sbor, and optional serde

serde:

Provide impls for types in the Rust core allocation and collections library including String, Box<T>, Vec<T>, and Cow<T>. This is a subset of std but may be enabled without depending on all of std.

serde

Enable serde derives

Enables serde, serde of radix-common and sbor