sqlxo_traits 0.5.5

internal: sqlxo trait definitions and DTO types
Documentation
[dependencies.anyhow]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sqlx]
default-features = true
features = ["runtime-tokio-rustls", "macros", "uuid", "chrono", "migrate", "bigdecimal", "any", "mysql", "postgres", "sqlite"]
version = "0.8.5"

[dependencies.utoipa]
features = ["axum_extras", "uuid", "chrono"]
version = "5.4.0"

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

[package]
authors = ["Flokkq <webcla21@htl-kaindorf.at>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "internal: sqlxo trait definitions and DTO types"
edition = "2021"
license = "MIT"
name = "sqlxo_traits"
readme = false
repository = "https://github.com/Flokkq/sqlxo"
version = "0.5.5"