# 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-codegen" version = "4.5.23" authors = ["ce "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL gen system" 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] name = "rbatis_codegen" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.html_parser] version = "0.6.3" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.rbs] version = "4.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.url] version = "2.2.2" [features] default = []