# 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 = "dysql-macro" version = "2.0.0" description = "Dysql is a rust crate that do dynamic-sql query through proc-macro, it bases on sqlx crate" documentation = "https://docs.rs/dysql-macro" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/evanzp0/dysql-project" [lib] proc-macro = true [dependencies.dotenv] version = "0.15" [dependencies.dysql-core] version = "2" [dependencies.dysql-tpl] version = "2" [dependencies.once_cell] version = "1.13" [dependencies.proc-macro2] version = "1.0" features = ["span-locations"] [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = [ "extra-traits", "visit-mut", ] [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = [] rbatis = [] sqlx = [] tokio-postgres = []