# 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 = "sql_aware" version = "0.1.1" authors = ["André de Moraes "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library providing a proc macro to make sql queries." homepage = "https://github.com/decomoraes/sql_aware" documentation = "https://docs.rs/sql_aware" readme = "README.md" keywords = [ "proc-macro", "struct", "iterable", ] categories = ["development-tools::cargo-plugins"] license = "MIT" repository = "https://github.com/decomoraes/sql_aware" [package.metadata.docs.rs] all-features = true [lib] name = "sql_aware" path = "src/lib.rs" proc-macro = true [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.proc-macro2] version = "1.0.86" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.11.0" [dependencies.sqlparser] version = "0.51.0" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies]