[dependencies.data_bucket_derive]
version = "0.2.2"
[dependencies.derive_more]
features = ["from", "error", "display", "into"]
version = "1.0.0"
[dependencies.eyre]
version = "0.6.12"
[dependencies.indexset]
features = ["concurrent", "cdc", "multimap"]
version = "0.12.0"
[dependencies.lockfree]
version = "0.5.1"
[dependencies.rkyv]
features = ["uuid-1"]
version = "0.8.9"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.uuid]
features = ["v4"]
version = "1.11.0"
[lib]
name = "data_bucket"
path = "src/lib.rs"
[package]
authors = ["Handy-caT"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "DataBucket is container for WorkTable's data"
edition = "2021"
license = "MIT"
name = "data_bucket"
readme = "README.md"
repository = "https://github.com/pathscale/DataBucket"
version = "0.2.2"
[[test]]
name = "mod"
path = "tests/mod.rs"