# 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 = "xxpg_proc" version = "0.1.7" description = "easy use prepared sql for postgresql" homepage = "https://github.com/xxai-art/xxpg" license = "SSPL-1.0" repository = "https://github.com/xxai-art/xxpg.git" [lib] path = "src/lib.rs" proc-macro = true [dependencies.async-lazy] version = "0.1.0" features = [ "parking_lot", "nightly", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.63" [dependencies.regex] version = "1.9.0" [dependencies.tokio] version = "1.29.1" features = ["rt-multi-thread"] [dependencies.tokio-postgres] version = "0.7.8" [dependencies.trt] version = "0.1.5"