Cargo Features

[dependencies]
postcard-bindgen-core = { version = "0.5.1", default-features = false, features = ["std", "alloc", "heapless", "generating"] }
default = generating

The generating feature is set by default whenever postcard-bindgen-core is added without default-features = false somewhere in the dependency tree.

std generating = alloc
alloc std?
heapless

Enables heapless

generating default = std

Enables convert_case, genco, and tree-ds

Affects postcard-bindgen-core::code_gen, postcard-bindgen-core::path, postcard-bindgen-core::registry, postcard-bindgen-core::type_info, postcard-bindgen-core::Exports, postcard-bindgen-core::ExportFile