[package] authors = ["Adrienne Walker ", "Dana Jansens "] description = "Proc macros for using the craydate crate." documentation = "https://docs.rs/craydate-macro" edition = "2021" homepage = "https://github.com/danakj/craydate" license = "MIT/Apache-2.0" name = "craydate-macro" repository = "https://github.com/danakj/craydate" version = "0.1.2" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = {version = "1", features = ["full"]}