[package] name = "wit-bindgen-gen-guest-c" authors = ["Alex Crichton "] version = "0.3.0" edition.workspace = true repository = 'https://github.com/bytecodealliance/wit-bindgen' license = "Apache-2.0 WITH LLVM-exception" homepage = 'https://github.com/bytecodealliance/wit-bindgen' description = """ C bindings generator for WIT and the component model, typically used through the `wit-bindgen-cli` crate. """ [lib] doctest = false test = false [dependencies] wit-bindgen-core = { workspace = true } wit-component = { workspace = true } wasm-encoder = { workspace = true } anyhow = { workspace = true } heck = { workspace = true } clap = { workspace = true, optional = true } [dev-dependencies] test-helpers = { path = '../test-helpers' }