[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4"
[dependencies.rand]
default-features = false
features = ["std", "std_rng"]
version = "0.8"
[dependencies.redis]
features = ["aio", "tokio-comp"]
version = "0.24"
[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["rt-multi-thread", "macros", "signal", "time"]
version = "1.35"
[dependencies.tokio-postgres]
features = ["with-serde_json-1", "with-chrono-0_4"]
version = "0.7"
[dependencies.tracing]
version = "0.1"
[lib]
name = "commucat_storage"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "network-programming"]
description = "PostgreSQL and Redis data access layer for CommuCat"
edition = "2021"
homepage = "https://commucat.tech"
keywords = ["commucat", "postgres", "redis"]
license = "MPL-2.0"
name = "commucat-storage"
readme = "README.md"
repository = "https://github.com/ducheved/commucat"
version = "1.0.21"