arcature-data 2026.2.0

Arcature high-level data layer: explicit-ownership model/query ergonomics over SeaORM/SQLx, N+1 detection, and migration lint.
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 = "2024"
rust-version = "1.97.1"
name = "arcature-data"
version = "2026.2.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arcature high-level data layer: explicit-ownership model/query ergonomics over SeaORM/SQLx, N+1 detection, and migration lint."
homepage = "https://github.com/ArcatureLabs/Arcature"
documentation = "https://docs.rs/arcature"
readme = "README.md"
keywords = [
    "arcature",
    "database",
    "sea-orm",
    "sqlx",
    "orm",
]
categories = [
    "database",
    "web-programming",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/ArcatureLabs/Arcature"

[package.metadata.arcature]
publish = true
role = "subsystem"
release-unit = "arcature-data"

[features]
n1 = []

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

[[test]]
name = "n1_detection"
path = "tests/n1_detection/n1_detection.rs"
required-features = ["n1"]

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

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

[dependencies.arcature-db]
version = "~2026.1.0"

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

[dev-dependencies.chrono]
version = "0.4.45"
features = ["serde"]
default-features = false

[dev-dependencies.sea-orm]
version = "2.0.1"
features = [
    "macros",
    "runtime-tokio",
    "sqlx-postgres",
    "with-json",
    "with-uuid",
    "with-chrono",
    "macros",
]
default-features = false

[dev-dependencies.serde_json]
version = "=1.0.145"

[dev-dependencies.tokio]
version = "1.53.1"
features = [
    "net",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "io-util",
    "signal",
]
default-features = false

[dev-dependencies.uuid]
version = "1.24.0"
features = [
    "v4",
    "serde",
]
default-features = false

[lints.rust]
unsafe_code = "forbid"