# 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 = "surreal-simple-querybuilder-proc-macro" version = "0.8.0" description = "The proc macro for a query-building & utility crate for SurrealDB and its SQL querying language that aims to be simple" readme = "README.md" keywords = [ "surrealdb", "querybuilder", "query", "builder", ] categories = ["database"] license = "MIT" repository = "https://github.com/Aelto/surreal-simple-querybuilder" [lib] proc-macro = true [dependencies.lalrpop-util] version = "0.20.0" features = ["lexer"] [dependencies.quote] version = "1.0" [build-dependencies.lalrpop] version = "0.20.0"