data_bucket 0.3.11

DataBucket is container for WorkTable's data
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "data_bucket"
version = "0.3.11"
authors = ["Handy-caT"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DataBucket is container for WorkTable's data"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pathscale/DataBucket"

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

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.data_bucket_derive]
version = "0.2.6"

[dependencies.derive_more]
version = "1.0.0"
features = [
    "from",
    "error",
    "display",
    "into",
]

[dependencies.eyre]
version = "0.6.12"

[dependencies.indexset]
version = "=0.14.0"
features = [
    "concurrent",
    "cdc",
    "multimap",
]

[dependencies.lockfree]
version = "0.5.1"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.rkyv]
version = "0.8.9"
features = ["uuid-1"]

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.uuid]
version = "1.11.0"
features = ["v4"]