Cargo Features

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

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

std

Enables std of postcard-bindgen-core

alloc

Enables alloc of postcard-bindgen-core

generating default

Enables generating of postcard-bindgen-core, expanding of postcard-bindgen-derive

Affects postcard-bindgen::javascript, postcard-bindgen::python

heapless

Enables heapless of postcard-bindgen-core