[dependencies.bodega-macros]
version = "0.5"
[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "0.4.28"
[dependencies.derive_builder]
version = "0.20.0"
[dependencies.sea-query]
features = ["derive", "attr", "with-chrono", "postgres-types", "postgres-array", "with-json", "with-uuid"]
version = "0.32"
[dependencies.sea-query-binder]
features = ["sqlx-postgres", "with-uuid", "with-chrono", "postgres-array", "with-json"]
version = "0.7"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.sqlx]
features = ["chrono", "runtime-tokio", "tls-rustls", "postgres", "uuid", "time"]
version = "0.8"
[dependencies.thiserror]
version = "2"
[dependencies.uuid]
features = ["serde", "v4", "v7"]
version = "1.11"
[dev-dependencies.strum]
features = ["derive"]
version = "0.26"
[lib]
name = "bodega"
path = "src/lib.rs"
[lints.clippy]
unwrap_used = "warn"
[lints.rust]
unsafe_code = "forbid"
[package]
authors = ["Matt Chun-Lum <matt@questionable.engineering>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "A small, relatively simple object store implementation and helpers."
edition = "2021"
homepage = "https://github.com/mattcl/bodega"
license = "MIT"
name = "bodega"
readme = "README.md"
repository = "https://github.com/mattcl/bodega"
version = "0.5.0"