# 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 = "xg_proc" version = "0.0.9" description = "easy use prepared sql for postgresql" homepage = "https://github.com/xxai-art/xg" license = "BSL-1.0" repository = "https://github.com/xxai-art/xg.git" [lib] path = "src/lib.rs" proc-macro = true [dependencies.lazy_static] version = "1.4.0" [dependencies.pgw] version = "0.2.5" [dependencies.proc-macro2] version = "1.0.67" [dependencies.regex] version = "1.9.5" [dependencies.tokio] version = "1.32.0" features = ["rt-multi-thread"] [dependencies.trt] version = "0.1.5"