wit-bindgen 0.50.0

Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model.
Documentation
[dependencies.alloc]
optional = true
package = "rustc-std-workspace-alloc"
version = "1.0"

[dependencies.bitflags]
optional = true
version = "2.3.3"

[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0"

[dependencies.futures]
optional = true
version = "0.3.30"

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

[features]
async = ["std", "wit-bindgen-rust-macro?/async"]
async-spawn = ["async", "dep:futures"]
bitflags = ["dep:bitflags"]
default = ["macros", "realloc", "async", "std", "bitflags"]
inter-task-wakeup = ["async"]
macros = ["dep:wit-bindgen-rust-macro"]
realloc = []
rustc-dep-of-std = ["dep:core", "dep:alloc"]
std = []

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

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = """
Rust bindings generator and runtime support for WIT and the component model.
Used when compiling Rust programs to the component model.
"""
edition = "2024"
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/wit-bindgen"
resolver = "2"
rust-version = "1.87.0"
version = "0.50.0"

[package.metadata.docs.rs]
all-features = true