[package] name = "df_st_derive" version = "0.3.0-development-2" #:version authors = ["ralpha "] edition = "2018" description = "Derive macros for the DF Storyteller project." documentation = "https://docs.dfstoryteller.com/" readme = "../README.md" homepage = "https://dfstoryteller.com/" repository = "https://gitlab.com/df_storyteller/df-storyteller" license = "AGPL-3.0-or-later" keywords = ["dwarf","fortress","storyteller"] categories = ["command-line-utilities","encoding","games","web-programming"] [badges] gitlab = { repository = "https://gitlab.com/df_storyteller/df-storyteller", branch = "master" } [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0"