wasmtime-component-macro 21.0.1

Macros for deriving component interface types from Rust types
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.25"

[dependencies.wasmtime-component-util]
version = "=21.0.1"

[dependencies.wasmtime-wit-bindgen]
version = "=21.0.1"

[dependencies.wit-parser]
version = "0.207.0"
[dev-dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0.188"

[dev-dependencies.serde_json]
version = "1.0.80"

[dev-dependencies.tracing]
version = "0.1.26"

[features]
async = []
std = ["wasmtime-wit-bindgen/std"]

[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"]
categories = ["wasm"]
description = "Macros for deriving component interface types from Rust types"
documentation = "https://docs.rs/wasmtime-component-macro/"
edition = "2021"
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmtime-component-macro"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "21.0.1"