[dependencies.dbkit-core]
version = "0.1.0"
[dependencies.dbkit-derive]
version = "0.1.0"
[dependencies.serde_json]
version = "1.0.149"
[dependencies.sqlx]
default-features = false
features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json", "macros", "bigdecimal"]
version = "0.7"
[dependencies.thiserror]
version = "1"
[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.dotenvy]
version = "0.15"
[dev-dependencies.serde_json]
version = "1.0.149"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[dev-dependencies.trybuild]
version = "1"
[dev-dependencies.uuid]
version = "1"
[lib]
name = "dbkit"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Postgres-first async ORM-ish library with type-level loaded/unloaded relations."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "dbkit"
readme = "README.md"
repository = "https://github.com/alexeichhorn/rust-dbkit"
version = "0.1.0"
[[test]]
name = "active_update_partial"
path = "tests/active_update_partial.rs"
[[test]]
name = "derive_ui"
path = "tests/derive_ui.rs"
[[test]]
name = "integration_postgres"
path = "tests/integration_postgres.rs"
[[test]]
name = "joined_sql"
path = "tests/joined_sql.rs"
[[test]]
name = "one_limit"
path = "tests/one_limit.rs"
[[test]]
name = "type_support"
path = "tests/type_support.rs"