[dependencies.proc-macro2]
version = "1.0.101"
[dependencies.quote]
version = "1.0.41"
[dependencies.syn]
features = ["fold", "full", "extra-traits"]
version = "2.0.108"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "tryphon_macros"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "development-tools"]
description = "Procedural macros for the tryphon configuration library"
documentation = "https://docs.rs/tryphon_macros"
edition = "2024"
homepage = "https://github.com/katlasik/tryphon"
keywords = ["macro", "derive", "config", "environment", "env"]
license = "MIT"
name = "tryphon_macros"
readme = false
repository = "https://github.com/katlasik/tryphon"
version = "0.2.0"
[[test]]
name = "ui_tests"
path = "tests/ui_tests.rs"