# 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" 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" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/evanzp0/dysql-project" [lib] name = "dysql" [dependencies.dysql-core] version = "2" [dependencies.dysql-macro] version = "2" [dependencies.dysql-tpl] version = "2" [dependencies.serde] version = "1" features = ["derive"] [features] default = [] rbatis-mysql = ["dysql-core/rbatis-mysql"] rbatis-pg = ["dysql-core/rbatis-pg"] rbatis-sqlite = ["dysql-core/rbatis-sqlite"] sqlx-mysql = [ "dysql-core/sqlx-mysql", "dysql-macro/sqlx", ] sqlx-postgres = [ "dysql-core/sqlx-postgres", "dysql-macro/sqlx", ] sqlx-sqlite = [ "dysql-core/sqlx-sqlite", "dysql-macro/sqlx", ] tokio-postgres = [ "dysql-core/tokio-postgres", "dysql-macro/tokio-postgres", ]