[package]
name = "coil-data"
version = "0.1.1"
edition = "2024"
rust-version = "1.85"
license = "MIT"
repository = "https://github.com/coil-framework/coil"
homepage = "https://coil.rs"
documentation = "https://coil.rs/docs"
description = "Data access and persistence primitives for the Coil framework."
readme = "README.md"
[dependencies]
coil-config = { version = "0.1.1", path = "../coil-config" }
sqlx = { version = "0.7", features = ["postgres", "runtime-tokio-rustls"] }
thiserror = "1.0"
[dev-dependencies]
tokio = { version = "1", features = ["rt", "time"] }