# 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 = "2018" name = "rbatis-tools" version = "0.1.19" authors = ["taochen"] description = "Generate the RUST structure based on the MySQL table structure" homepage = "https://github.com/ptechen" documentation = "https://github.com/ptechen/rbatis-tools/blob/main/README.md" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ptechen/rbatis-tools.git" [dependencies.Inflector] version = "0.11.4" [dependencies.async-std] version = "1.10.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.52" [dependencies.chrono] version = "0.4.19" [dependencies.mysql] version = "22.0.0" [dependencies.once_cell] version = "1.9.0" [dependencies.quicli] version = "0.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.78" [dependencies.serde_yaml] version = "0.8.23" [dependencies.structopt] version = "0.3.26" [dependencies.tera] version = "1.15.0"