[package] name = "data-query-proc" version = "0.1.3" edition = "2021" authors = ["Anders Blenstrup-Pedersen "] description = "a Proc support library for the Data Query" readme = "README.md" categories = ["data-query-macro"] keywords = ["query-lexical", "support-library"] license = "MIT" repository = "https://github.com/nebula-technologies/data-query-proc" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0.18" data-query-lexical = "^0.1"