reifydb-sub-task 0.4.1

Task execution subsystem for ReifyDB
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 = "reifydb-sub-task"
version = "0.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Task execution subsystem for ReifyDB"
readme = false
license = "Apache-2.0"
resolver = "2"

[features]
default = []

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

[dependencies.dashmap]
version = "7.0.0-rc2"
features = ["raw-api"]

[dependencies.reifydb-core]
version = "0.4.1"

[dependencies.reifydb-engine]
version = "0.4.1"

[dependencies.reifydb-runtime]
version = "0.4.1"

[dependencies.reifydb-sub-api]
version = "0.4.1"

[dependencies.reifydb-transaction]
version = "0.4.1"

[dependencies.reifydb-type]
version = "0.4.1"

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

[dependencies.tracing]
version = "0.1.43"

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "rt-multi-thread",
    "net",
    "sync",
    "macros",
    "time",
    "tracing",
]