[package]
edition = "2024"
rust-version = "1.85"
name = "germanic-macros"
version = "0.1.1"
authors = ["porco-rs"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc-macros for the GERMANIC schema system"
homepage = "https://github.com/germanicdev/germanic"
documentation = "https://docs.rs/germanic-macros"
readme = "README.md"
keywords = [
"schema",
"flatbuffers",
"proc-macro",
"derive",
"germanic",
]
categories = [
"encoding",
"development-tools::procedural-macro-helpers",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/germanicdev/germanic"
[lib]
name = "germanic_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.darling]
version = "0.21"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = [
"full",
"parsing",
"extra-traits",
]
[dev-dependencies.trybuild]
version = "1.0"