spin-macro 5.0.0

Rust procedural macros for Spin and associated WIT files
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.bytes]
version = "1"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
name = "spin_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Spin Framework Maintainers <cncf-spin-maintainers@lists.cncf.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Rust procedural macros for Spin and associated WIT files
"""
documentation = "https://docs.rs/spin-macro"
edition = "2021"
homepage = "https://spinframework.dev/rust-components"
license = "Apache-2.0 WITH LLVM-exception"
name = "spin-macro"
readme = "README.md"
repository = "https://github.com/spinframework/spin-rust-sdk"
rust-version = "1.78"
version = "5.0.0"