[package] name = "rbatis-codegen" version = "4.5.23" edition = "2021" description = "The Rust SQL Toolkit and ORM Library. An async, pure Rust SQL crate featuring compile-time Dynamic SQL gen system" 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 = [] [dependencies] #serde serde = { version = "1", features = ["derive"] } rbs = { version = "4.5"} serde_json = "1" #macro proc-macro2 = "1.0" quote = "1.0" syn = { version = "2.0", features = ["full"] } base64 = "0.22" async-trait = "0.1" url = "2.2.2" html_parser = "0.6.3"