[package] name = "rbatis-macro-driver" version = "4.5.9" edition = "2021" description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL" readme = "Readme.md" authors = ["ce "] license = "Apache-2.0" categories = ["database"] keywords = ["database", "orm", "mysql", "postgres", "sqlite"] documentation = "https://rbatis.github.io/rbatis.io" repository = "https://github.com/rbatis/rbatis" homepage = "https://rbatis.github.io/rbatis.io" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["rbatis-codegen"] debug_mode = ["rust-format","rbatis-codegen"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] } rbatis-codegen = { version = "4.5", path = "../rbatis-codegen", optional = true } rust-format = { version = "0.3.4", optional = true }