[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
name = "codama_macros"
path = "src/lib.rs"
proc-macro = true
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))']
level = "warn"
priority = 0
[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.6.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-attributes]
version = "0.6.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-errors]
version = "0.6.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-koroks]
version = "0.6.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-stores]
version = "0.6.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.proc-macro2]
version = "1.0"
[target.'cfg(not(target_os = "solana"))'.dependencies.quote]
version = "1.0"
[target.'cfg(not(target_os = "solana"))'.dependencies.syn]
features = ["extra-traits"]
version = "2.0"
[[test]]
name = "tests"
path = "tests/mod.rs"