[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.7"
[dependencies.taitan-orm-trait]
version = "0.1.7"
[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 = "Next Generation ORM based on sqlx"
edition = "2021"
homepage = "https://github.com/thegenius/taitan-orm"
license = "MIT OR Apache-2.0"
name = "taitan-orm"
readme = "README.md"
rust-version = "1.83"
version = "0.1.7"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"