[package]
edition = "2024"
name = "libskyfall_macros"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quantum-Safe P2P Communication System"
homepage = "https://github.com/dax-dot-gay/skyfall"
readme = "README.md"
license = "MIT"
repository = "https://github.com/dax-dot-gay/skyfall"
[lib]
name = "libskyfall_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.convert_case]
version = "0.8.0"
[dependencies.darling]
version = "0.20.11"
[dependencies.manyhow]
version = "0.11.4"
features = ["darling"]
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.regex]
version = "1.11.1"
[dependencies.syn]
version = "2.0.104"
features = ["full"]