sqlx-gen 0.1.0

Generate Rust structs from database schema introspection
# 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 = "sqlx-gen"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust structs from database schema introspection"
readme = "README.md"
keywords = [
    "sqlx",
    "codegen",
    "postgres",
    "mysql",
    "sqlite",
]
categories = [
    "database",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/LeadcodeDev/sqlx-gen"

[[bin]]
name = "sqlx-gen"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.heck]
version = "0.5"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "tls-rustls-ring",
    "postgres",
    "mysql",
    "sqlite",
    "chrono",
    "uuid",
    "json",
]

[dependencies.syn]
version = "2"

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