# 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 = "gen-table" version = "0.1.5" authors = ["daheige"] description = "gen-table for mysql table convert to rust struct code" documentation = "https://docs.rs/gen-table" readme = "README.md" keywords = [ "gen-table", "rs-gen", "mysql", "gen-code", "tbox", ] license = "MIT" repository = "https://github.com/daheige/rs-tbox" [dependencies.clap] version = "4.5.1" [dependencies.futures] version = "0.3.30" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.sqlx] version = "0.6.3" features = [ "runtime-tokio-rustls", "mysql", "chrono", ] [dependencies.tokio] version = "1.36.0" features = ["full"]