worktable 0.8.21

WorkTable is in-memory storage
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 = "2024"
name = "worktable"
version = "0.8.21"
authors = ["Handy-caT"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WorkTable is in-memory storage"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pathscale/WorkTable"

[features]
perf_measurements = [
    "dep:performance_measurement",
    "dep:performance_measurement_codegen",
]

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

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

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

[dependencies.convert_case]
version = "0.6.0"

[dependencies.data_bucket]
version = "=0.3.11"

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

[dependencies.eyre]
version = "0.6.12"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.futures]
version = "0.3.30"

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

[dependencies.lockfree]
version = "0.5.1"

[dependencies.log]
version = "0.4.29"

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

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.performance_measurement]
version = "0.1.0"
optional = true

[dependencies.performance_measurement_codegen]
version = "0.1.0"
optional = true

[dependencies.prettytable-rs]
version = "^0.10"

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

[dependencies.smart-default]
version = "0.7.1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.10.0"
features = [
    "v4",
    "v7",
]

[dependencies.worktable_codegen]
version = "=0.8.21"

[dev-dependencies.chrono]
version = "0.4.43"

[dev-dependencies.rand]
version = "0.9.1"