tempest_engine 0.0.1

The relational database engine for the Tempest database
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 = "tempest_engine"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The relational database engine for the Tempest database"
readme = false
license = "MIT"
repository = "https://github.com/Vimthusiast/tempest"

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

[dependencies.bytes]
version = "1.11.1"
features = ["serde"]

[dependencies.derive_more]
version = "2.1.1"
features = ["full"]

[dependencies.itertools]
version = "0.14.0"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
]

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.tempest_core]
version = "0.0.1"

[dependencies.tempest_kv]
version = "0.0.1"

[dependencies.tempest_tql]
version = "0.0.1"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "macros",
    "sync",
    "rt-multi-thread",
    "time",
    "fs",
    "io-util",
    "signal",
]

[dependencies.tracing]
version = "0.1.44"
features = ["release_max_level_warn"]

[dev-dependencies.tempest_core]
version = "0.0.1"
features = ["testing"]

[dev-dependencies.tempest_tql]
version = "0.0.1"
features = ["testing"]