illuminate 0.1.0

Independent, early-stage Rust backend primitives for Laravel/PHP ecosystems with typed sqlx connections.
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 = "2024"
name = "illuminate"
version = "0.1.0"
authors = [
    "iadev09 <166385752+iadev09@users.noreply.github.com>",
    "iadev09 <iadeveloper@hotmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Independent, early-stage Rust backend primitives for Laravel/PHP ecosystems with typed sqlx connections."
homepage = "https://github.com/iadev09/illuminate"
documentation = "https://docs.rs/illuminate"
readme = "README.md"
keywords = [
    "laravel",
    "illuminate",
    "php",
    "backend",
    "sqlx",
]
categories = [
    "asynchronous",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/iadev09/illuminate"

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

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "any",
    "mysql",
    "postgres",
    "sqlite",
]
default-features = false