[package] name = "ambient_api_macros" version = { workspace = true } rust-version = { workspace = true } edition = "2021" description = "Macros for the Ambient API" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/ambient_api_macros" repository = "https://github.com/AmbientRun/Ambient" [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0" ambient_package_macro_common = { workspace = true } anyhow = { workspace = true } syn = { version = "1.0", features = ["full"] } tokio = { version = "1.0", features = ["full"] } [dev-dependencies] indoc = "2.0.0"