rustyroad 1.0.23

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
[[bin]]
name = "rustyroad"
path = "src/main.rs"

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

[dependencies.bcrypt]
version = "0.15.0"

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

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

[dependencies.clap_complete]
version = "4.1.5"

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

[dependencies.dialoguer]
version = "0.11.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]
optional = true
version = "24.0.0"

[dependencies.mysql_async]
version = "0.32.2"

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

[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]
features = ["with-file-history"]
version = "12.0.0"

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_regex]
version = "1.0"

[dependencies.sqlparser]
version = "0.44.0"

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

[dependencies.strum]
version = "0.25.0"

[dependencies.strum_macros]
version = "0.25.2"

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

[dependencies.tempdir]
version = "0.3.7"

[dependencies.tempfile]
version = "3.5.0"

[dependencies.tera]
version = "1.20.1"

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

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

[dependencies.toml]
version = "0.9.8"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "development-tools", "network-programming", "web-programming::http-client", "web-programming::http-server"]
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"
edition = "2021"
include = ["src/**/*", "Cargo.toml", "grapesjs-tailwind/dist/grapesjs-tailwind.min.js", "README.md"]
keywords = ["web", "framework", "rust", "rails", "ruby"]
license = "MIT"
name = "rustyroad"
readme = "README.md"
repository = "https://github.com/RileySeaburg/RustyRoad"
version = "1.0.23"