[dependencies.anyhow]
version = "1.0.22"
[dependencies.heck]
version = "0.4"
[dependencies.indexmap]
version = "2.0.0"
[dependencies.wit-parser]
version = "0.13.0"
[lints.clippy]
all = "allow"
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Wasmtime Project Developers"]
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"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "17.0.3"