# 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 = "prqlx" version = "0.2.1" authors = ["Suyash "] description = "A procedural macro for using PRQL in sqlx" readme = "README.md" keywords = [ "sqlx", "prql", "sql", "query", "macro", ] categories = ["database"] license = "MIT" repository = "https://github.com/Suyashtnt/prqlx" [profile.dev.package.sqlx-macros] opt-level = 3 [lib] proc-macro = true [dependencies.prql-compiler] version = "0.12.2" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.39" [dev-dependencies.sqlx] version = "0.7.4" features = [ "macros", "runtime-tokio-rustls", "sqlite", "migrate", ] default-features = false [dev-dependencies.tokio] version = "1.38.0" features = [ "rt-multi-thread", "macros", ]