[dependencies.anyhow]
version = "1.0.72"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.3.19"
[dependencies.heck]
version = "0.5"
[dependencies.indexmap]
version = "2.0.0"
[dependencies.prettyplease]
version = "0.2.20"
[dependencies.syn]
features = ["printing"]
version = "2.0"
[dependencies.wasm-metadata]
version = "0.220.0"
[dependencies.wit-bindgen-core]
version = "0.35.0"
[dependencies.wit-component]
version = "0.220.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.serde_json]
version = "1"
[lib]
doctest = false
name = "wit_bindgen_rust"
path = "src/lib.rs"
test = false
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = """
Rust bindings generator for WIT and the component model, typically used through
the `wit-bindgen` crate's `generate!` macro.
"""
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-rust"
readme = false
repository = "https://github.com/bytecodealliance/wasi-rs"
version = "0.35.0"
[[test]]
name = "codegen"
path = "tests/codegen.rs"
[[test]]
name = "codegen_no_std"
path = "tests/codegen_no_std.rs"