axvisor_api_proc 0.3.0

Procedural macros for the `axvisor_api` crate
Documentation
[package]
name = "axvisor_api_proc"
version = "0.3.0"
description = "Procedural macros for the `axvisor_api` crate"
documentation = "https://docs.rs/axvisor_api_proc"
readme = "README.md"
keywords = ["axvisor", "api", "embedded", "macros"]
categories = ["development-tools::procedural-macro-helpers"]
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[lib]
proc-macro = true

[dependencies]
# Procedural macro helper utilities
proc-macro2 = "1.0"
# Crate name resolution
proc-macro-crate = "3.1.0"
# Code generation
quote = "1.0"
# Rust syntax parsing
syn = { version = "2.0", features = ["full"] }