[dependencies.codama-attributes]
version = "0.5.1"
[dependencies.codama-errors]
version = "0.5.1"
[dependencies.codama-koroks]
version = "0.5.1"
[dependencies.codama-stores]
version = "0.5.1"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["extra-traits"]
version = "2.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
name = "codama_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Procedural macros for the Codama standard"
edition = "2021"
license = "Apache-2.0"
name = "codama-macros"
readme = false
repository = "https://github.com/codama-idl/codama-rs"
version = "0.5.1"
[[test]]
name = "tests"
path = "tests/mod.rs"