[package] name = "doc_consts_derive" version = "0.2.1" edition = "2021" description = "get doc comments on fields as runtime constants" authors = ["MnlPhlp "] license = "MIT OR Apache-2.0" homepage = "https://github.com/MnlPhlp/doc_consts" repository = "https://github.com/MnlPhlp/doc_consts" keywords = ["doc", "macro", "fields", "comment", "constants"] categories = ["development-tools","development-tools::procedural-macro-helpers"] readme = "../README.md" [lib] proc-macro=true [dependencies] syn = "2.0" quote = "1.0" proc-macro2 = "1.0" [features] no_std = []