[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