sql_reverse 0.1.21

Generate the multiple programming languages structure based on the MySQL/PostgresSQL table structure
# 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 = "2024"
name = "sql_reverse"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate the multiple programming languages structure based on the MySQL/PostgresSQL table structure"
homepage = "https://github.com/ptechen"
documentation = "https://docs.rs/sql_reverse"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ptechen/sql_reverse.git"
resolver = "2"

[[bin]]
name = "sql_reverse"
path = "src/main.rs"

[dependencies.Inflector]
version = "0.11.4"

[dependencies.clap]
version = "4.5.38"

[dependencies.clickhouse]
version = "0.13"

[dependencies.fn_macro]
version = "0.1.4"

[dependencies.log]
version = "0.4.16"

[dependencies.regex]
version = "1.5.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9.33"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "mysql",
    "postgres",
    "sqlite",
    "all-databases",
]

[dependencies.structopt]
version = "0.3.26"

[dependencies.tera]
version = "1"

[dependencies.termcolor]
version = "1.4.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1"
features = ["full"]