[package] name = "appinfo" version = "0.1.2" authors = ["l-const "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/l-const/appinfo-rs" description = "Macro to derive appinfo at compile time using cargo compile-time env vars and `clap-rs`." [lib] proc-macro = true [dependencies] clap = "4.0.0" proc-macro2 = "1.0.86" quote = {version = "1.0.26"} syn = {version = "2.0.75" , features = ["full"] } [dev-dependencies] trybuild ={ version = "1.0.99"}