obeli-sk-db-postgres 0.32.1

Internal package of obeli-sk
Documentation
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0"

[dependencies.assert_matches]
version = "1.5.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
features = ["arbitrary", "serde"]
version = "0.4.42"

[dependencies.concepts]
features = ["postgres"]
package = "obeli-sk-concepts"
version = "0.32.1"

[dependencies.const_format]
version = "0.2.35"

[dependencies.deadpool-postgres]
version = "0.14.1"

[dependencies.derive_more]
features = ["debug", "deref", "display", "from_str", "into"]
version = "2.1.1"

[dependencies.hashbrown]
features = ["serde"]
version = "0.16.1"

[dependencies.rand]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["fs", "io-util", "macros", "process", "rt-multi-thread", "rt", "signal", "sync", "time", "tracing"]
version = "1"

[dependencies.tokio-postgres]
features = ["with-chrono-0_4", "with-serde_json-1"]
version = "0.7.15"

[dependencies.tracing]
features = ["log"]
version = "0.1"

[dependencies.val-json]
package = "obeli-sk-val-json"
version = "0.32.1"

[features]
test = ["concepts/test"]

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

[lints.clippy]
dbg_macro = "deny"
explicit_deref_methods = "allow"
from_iter_instead_of_collect = "allow"
if_not_else = "allow"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unnecessary_debug_formatting = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unexpected_cfgs = "deny"
unknown_lints = "deny"

[package]
authors = ["Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internal package of obeli-sk"
edition = "2024"
license = "AGPL-3.0-only"
name = "obeli-sk-db-postgres"
readme = false
repository = "https://github.com/obeli-sk/obelisk"
resolver = "2"
rust-version = "1.91.0"
version = "0.32.1"