[package] name = "toql_paths_macro" version = "0.4.0" authors = ["Roy Ganz "] edition = "2018" description = "Library with paths macro for Toql" keywords = ["toql"] readme = "../../README.md" license = "MIT/Apache-2.0" repository = "https://github.com/roy-ganz/toql" [lib] proc-macro = true [dependencies] syn = "0.15" darling ="0.9" quote = "0.6" heck = "0.3" proc-macro2 = "0.4" tracing = "0.1" env_logger="0.6" pest= "2.0" toql_field_list_parser = { version = "0.4.0", path = "../field_list_parser" }