[dependencies.arrow]
default-features = false
features = ["prettyprint"]
version = "56.2.0"
[dependencies.llkv-column-map]
version = "0.3.0-alpha"
[dependencies.llkv-executor]
version = "0.3.0-alpha"
[dependencies.llkv-expr]
version = "0.3.0-alpha"
[dependencies.llkv-plan]
version = "0.3.0-alpha"
[dependencies.llkv-result]
version = "0.3.0-alpha"
[dependencies.llkv-storage]
version = "0.3.0-alpha"
[dependencies.llkv-table]
version = "0.3.0-alpha"
[dependencies.llkv-transaction]
version = "0.3.0-alpha"
[dependencies.rustc-hash]
version = "2.1.1"
[dependencies.simd-r-drive-entry-handle]
version = "0.15.0-alpha"
[dependencies.sqlparser]
version = "0.59.0"
[dependencies.time]
features = ["parsing", "parsing"]
version = "0.3.44"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.llkv-test-utils]
features = ["auto-init"]
optional = false
version = "0.3.0-alpha"
[lib]
name = "llkv_runtime"
path = "src/lib.rs"
[package]
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Execution runtime for the LLKV toolkit."
edition = "2024"
license = "Apache-2.0"
name = "llkv-runtime"
publish = true
readme = "README.md"
repository = "https://github.com/jzombie/rust-llkv"
resolver = "2"
version = "0.3.0-alpha"
[[test]]
name = "fluent_interface_tests"
path = "tests/fluent_interface_tests.rs"
[[test]]
name = "transaction_select_tests"
path = "tests/transaction_select_tests.rs"