taitan-orm 0.1.4

ORM based on sqlx
Documentation
[dependencies.path-absolutize]
version = "3.1.1"

[dependencies.rinja]
version = "0.3.5"

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

[dependencies.sqlx]
features = ["runtime-tokio", "mysql", "sqlite", "postgres", "bigdecimal", "time", "uuid"]
version = "0.8.2"

[dependencies.taitan-orm-macro]
version = "0.1.4"

[dependencies.taitan-orm-trait]
version = "0.1.4"

[dependencies.thiserror]
version = "2.0.4"

[dependencies.time]
features = ["macros", "serde"]
version = "0.3.37"

[dependencies.tracing]
features = ["max_level_trace", "release_max_level_info"]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.11.0"

[dev-dependencies.tracing-subscriber]
version = "0.3.18"

[dev-dependencies.tracing-test]
version = "0.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "ORM based on sqlx"
edition = "2021"
homepage = "https://github.com/thegenius/taitan-orm"
license-file = "LICENSE"
name = "taitan-orm"
readme = "README.md"
rust-version = "1.83"
version = "0.1.4"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"