sqlxo_traits 0.7.6

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.smallvec]
version = "1.13"

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

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