slintrust 0.1.3

An async Rust ORM that auto-generates tables and CRUD from structs
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.slint_derive]
version = "0.1.2"

[dependencies.sqlx]
features = ["any", "sqlite", "postgres", "mysql", "runtime-tokio-native-tls", "macros", "uuid"]
version = "0.8.6"

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

[dependencies.uuid]
features = ["v4"]
version = "1"

[[example]]
name = "main"
path = "examples/main.rs"

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

[package]
authors = ["Joseph Christopher <joechristophersc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "An async Rust ORM that auto-generates tables and CRUD from structs"
edition = "2024"
keywords = ["orm", "rust", "async", "sqlx"]
license = "MIT OR Apache-2.0"
name = "slintrust"
readme = "README.md"
repository = "https://github.com/joechristophers/slintrust"
version = "0.1.3"