[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[lib]
doctest = false
name = "wasmtime_c_api_macros"
path = "src/lib.rs"
proc-macro = true
test = false
[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[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 = "Support macros for `wasmtime-c-api`"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-c-api-macros"
readme = false
repository = "https://github.com/bytecodealliance/wasmtime"
rust-version = "1.78.0"
version = "25.0.3"