rustyroad 1.7.0

Rusty Road is a framework written in Rust that is based on Ruby on Rails. It is designed to provide the familiar conventions and ease of use of Ruby on Rails, while also taking advantage of the performance and efficiency of Rust.
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"
name = "rustyroad"
version = "1.7.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "grapesjs-tailwind/dist/grapesjs-tailwind.min.js",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rusty Road is a framework written in Rust that is based on Ruby on Rails. It is designed to provide the familiar conventions and ease of use of Ruby on Rails, while also taking advantage of the performance and efficiency of Rust."
documentation = "https://docs.rs/rustyroad"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "rust",
    "rails",
    "ruby",
]
categories = [
    "web-programming",
    "development-tools",
    "network-programming",
    "web-programming::http-client",
    "web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/RileySeaburg/RustyRoad"

[features]
mysql-support = ["mysql"]
with-file-history = []

[lib]
name = "rustyroad"
path = "src/lib.rs"
doctest = false

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

[[bin]]
name = "rustyroad-mcp"
path = "src/mcp/main.rs"

[dependencies.bcrypt]
version = "0.15.0"

[dependencies.chrono]
version = "0.4.24"
features = ["serde"]

[dependencies.clap]
version = "4.5.53"
features = ["derive"]

[dependencies.clap_complete]
version = "4.1.5"

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.dirs]
version = "5.0"

[dependencies.eyre]
version = "0.6.8"

[dependencies.futures-util]
version = "0.3.29"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.maplit]
version = "1.0.2"

[dependencies.mysql]
version = "24.0.0"
optional = true

[dependencies.mysql_async]
version = "0.32.2"

[dependencies.pkg-config]
version = "0.3.26"
optional = true

[dependencies.postgres]
version = "0.19.5"

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

[dependencies.quote]
version = "1.0.26"

[dependencies.r2d2]
version = "0.8.10"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.0"

[dependencies.rustyline]
version = "12.0.0"
features = ["with-file-history"]

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

[dependencies.serde_derive]
version = "1.0.193"
features = []

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_regex]
version = "1.0"

[dependencies.sha2]
version = "0.10.8"

[dependencies.sqlparser]
version = "0.44.0"

[dependencies.sqlx]
version = "0.8.2"
features = [
    "sqlite",
    "postgres",
    "time",
    "uuid",
    "mysql",
    "runtime-tokio",
    "macros",
    "chrono",
    "json",
    "bigdecimal",
]

[dependencies.strum]
version = "0.25.0"

[dependencies.strum_macros]
version = "0.25.2"

[dependencies.syn]
version = "2.0.15"
features = ["full"]

[dependencies.tempdir]
version = "0.3.7"

[dependencies.tempfile]
version = "3.5.0"

[dependencies.tera]
version = "1.20.1"

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

[dependencies.tokio-postgres]
version = "0.7.8"

[dependencies.toml]
version = "0.9.8"

[build-dependencies.pkg-config]
version = "0.3"

[lints.clippy]
useless_borrows_in_formatting = "allow"