radixdb-executor 1.1.0

SQL binding, planning, and execution engine for RadixDB
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"
rust-version = "1.97"
name = "radixdb-executor"
version = "1.1.0"
authors = ["RadixDB contributors"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL binding, planning, and execution engine for RadixDB"
homepage = "https://radixdb.org"
documentation = "https://radixdb.org/manual/1.2/"
readme = "README.md"
keywords = [
    "database",
    "sql",
    "embedded",
    "analytics",
    "rust",
]
categories = ["database-implementations"]
license-file = "LICENSE"
repository = "https://github.com/IllayDevel/RadixDB"

[features]
bench-harness = ["radixdb-storage/bench-harness"]
default = []
parallel = [
    "dep:rayon",
    "radixdb-storage/parallel",
]
test-failpoints = [
    "radixdb-core/test-failpoints",
    "radixdb-storage/test-failpoints",
]
test-hooks = ["radixdb-storage/test-hooks"]
test-mutations = ["radixdb-storage/test-mutations"]

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

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

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

[[bench]]
name = "dependency_boundary"
path = "benches/dependency_boundary.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.argon2]
version = "0.5"
features = ["std"]

[dependencies.chrono]
version = "0.4"

[dependencies.csv]
version = "1.3"

[dependencies.hashbrown]
version = "0.16"

[dependencies.lru]
version = "0.16"

[dependencies.memchr]
version = "2.6"

[dependencies.parking_lot]
version = "0.12"
features = ["arc_lock"]

[dependencies.radixdb-catalog]
version = "=1.1.0"

[dependencies.radixdb-core]
version = "=1.1.0"

[dependencies.radixdb-functions]
version = "=1.1.0"

[dependencies.radixdb-plugin-host]
version = "=1.1.0"

[dependencies.radixdb-procedural]
version = "=1.1.0"

[dependencies.radixdb-sql]
version = "=1.1.0"

[dependencies.radixdb-storage]
version = "=1.1.0"

[dependencies.radsort]
version = "0.1"

[dependencies.rayon]
version = "1.8"
optional = true

[dependencies.regex]
version = "1.10"

[dependencies.rustc-hash]
version = "1.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.11"

[dependencies.uuid]
version = "1"
features = ["v7"]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.radixdb-plugin-abi]
version = "=1.1.0"

[dev-dependencies.radixdb-plugin-host]
version = "=1.1.0"
features = ["test-hooks"]

[dev-dependencies.radixdb-storage]
version = "=1.1.0"
features = [
    "test-failpoints",
    "test-hooks",
]

[dev-dependencies.tempfile]
version = "3.9"