[dependencies.anyhow]
default-features = false
version = "1.0.22"
[dependencies.heck]
version = "0.4"
[dependencies.indexmap]
default-features = false
version = "2.0.0"
[dependencies.wit-parser]
version = "0.212.0"
[features]
std = []
[lib]
name = "wasmtime_wit_bindgen"
path = "src/lib.rs"
[lints.clippy]
all = "allow"
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused-lifetimes = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Wasmtime Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Internal `*.wit` support for the `wasmtime` crate's macros"
documentation = "https://docs.rs/wasmtime-wit-bindgen/"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-wit-bindgen"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
version = "23.0.3"