darkbird 6.2.4

HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia
Documentation
[dependencies.anymap]
version = "0.12.1"

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

[dependencies.bincode]
version = "1.3.3"

[dependencies.chrono]
version = "0.4.23"

[dependencies.dashmap]
version = "5.2.0"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.scylla]
version = "0.4.7"

[dependencies.serde]
features = ["std", "derive"]
version = "1.0.136"

[dependencies.simple_wal]
version = "0.3.0"

[dependencies.tokio]
features = ["rt-multi-thread", "time", "macros", "sync"]
version = "1.17.0"

[dependencies.tokio-postgres]
version = "0.7.6"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.5.0"

[package]
authors = ["DanyalMhai@gmail.com"]
description = "HighConcurrency, RealTime, InMemory storage inspired by erlang mnesia"
edition = "2021"
homepage = "https://github.com/Rustixir/darkbird"
keywords = ["in-memory", "storage", "durable", "high-concurrency", "database"]
license = "Apache-2.0"
name = "darkbird"
readme = "README.md"
repository = "https://github.com/Rustixir/darkbird"
version = "6.2.4"

[profile.dev]
opt-level = 1