[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[lib]
doctest = false
proc-macro = true
test = false
[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 = "Support macros for `wasmtime-c-api`"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-c-api-macros"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "19.0.2"