rdbi-codegen 0.1.1

Generate Rust structs and rdbi DAO functions from MySQL schema DDL
Documentation
# 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"
rust-version = "1.75"
name = "rdbi-codegen"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust structs and rdbi DAO functions from MySQL schema DDL"
readme = "README.md"
keywords = [
    "rdbi",
    "codegen",
    "mysql",
    "dao",
    "code-generation",
]
categories = [
    "development-tools",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/a4501150/rdbi"

[features]
cli = [
    "dep:clap",
    "dep:tracing-subscriber",
]
default = ["cli"]

[lib]
name = "rdbi_codegen"
path = "src/lib.rs"

[[bin]]
name = "rdbi-codegen"
path = "src/main.rs"
required-features = ["cli"]

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.0"
features = ["derive"]
optional = true

[dependencies.config]
version = "0.15"

[dependencies.heck]
version = "0.5"

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

[dependencies.sqlparser]
version = "0.60"
features = ["serde"]

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true

[dev-dependencies.tempfile]
version = "3.0"