[package]
name = "echo_macros"
version = "0.1.2"
edition = "2024"
rust-version = "1.85"
license = "MIT"
description = "Procedural macros for the echo-agent framework"
repository = "https://github.com/EchoYue-lp/echo-agent"
homepage = "https://github.com/EchoYue-lp/echo-agent"
documentation = "https://docs.rs/echo_macros"
keywords = ["ai", "agent", "macros", "proc-macro"]
categories = ["development-tools::procedural-macro-helpers"]
readme = "README.md"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
exclude = ["**/.DS_Store"]
[lib]
proc-macro = true
[dependencies]
syn = { version = "2", features = ["full", "extra-traits"] }
quote = "1"
proc-macro2 = "1"
proc-macro-crate = "3"