Cargo Features

[dependencies]
wit-bindgen = { version = "0.37.0", default-features = false, features = ["macros", "realloc", "async"] }
default = async, macros, realloc

These default features are set whenever wit-bindgen is added without default-features = false somewhere in the dependency tree.

macros default async

Enables wit-bindgen-rust-macro

realloc default
async default = macros

Enables async of wit-bindgen-rt and wit-bindgen-rust-macro

wit-bindgen has 4 features without comments.