[package] name = "directree_macros" version = "0.1.0" authors = [ "Benjamin ", "Charles ", ] edition = "2018" description = "directree procedural macros" homepage = "https://git.chronicembetterment.org/chronic_embetterment/directree" repository="https://git.chronicembetterment.org/chronic_embetterment/directree" documentation = "https://docs.rs/directree_macros" license = "Unlicense" readme = "../README.md" keywords = [ "file", "storage", "directory", "organization", ] categories = [ "filesystem", "config", ] [badges] maintenance = { status = "actively-developed" } [lib] proc-macro = true [features] nightly = [] [dependencies] proc-macro2 = "0.4" syn = "0.15" quote = "0.6"