# 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 = "rbatis-macro-driver" version = "4.5.5" authors = ["ce "] description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL" homepage = "https://rbatis.github.io/rbatis.io" documentation = "https://rbatis.github.io/rbatis.io" readme = "Readme.md" keywords = [ "database", "orm", "mysql", "postgres", "sqlite", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/rbatis/rbatis" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rbatis-codegen] version = "4.5" optional = true [dependencies.rust-format] version = "0.3.4" optional = true [dependencies.syn] version = "2.0" features = ["full"] [features] debug_mode = [ "rust-format", "rbatis-codegen", ] default = ["rbatis-codegen"]