# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "data-query-proc" version = "0.1.3" authors = ["Anders Blenstrup-Pedersen "] description = "a Proc support library for the Data Query" readme = "README.md" keywords = [ "query-lexical", "support-library", ] categories = ["data-query-macro"] license = "MIT" repository = "https://github.com/nebula-technologies/data-query-proc" resolver = "2" [lib] proc-macro = true [dependencies.data-query-lexical] version = "^0.1" [dependencies.quote] version = "1.0.18"