wit-bindgen 0.35.0

Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model.
Documentation
[dependencies.wit-bindgen-rt]
features = ["bitflags"]
version = "0.35.0"

[dependencies.wit-bindgen-rust-macro]
optional = true
version = "0.35.0"

[features]
default = ["macros", "realloc"]
macros = ["dep:wit-bindgen-rust-macro"]
realloc = []

[lib]
name = "wit_bindgen"
path = "src/lib.rs"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
"""
edition = "2021"
homepage = "https://github.com/bytecodealliance/wit-bindgen"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wit-bindgen"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasi-rs"
version = "0.35.0"