akar-processor 0.1.18

Query processor and execution engine for the Akar embedded graph 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 = "akar-processor"
version = "0.1.18"
authors = ["Anjang Kusuma Netra"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query processor and execution engine for the Akar embedded graph database"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "embedded",
    "cypher",
    "ai-agent",
]
categories = [
    "database",
    "database-implementations",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/mlengse/akar"

[features]
default = ["parquet"]
parquet = ["akar-storage/parquet"]

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

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.akar-catalog]
version = "0.1.1"

[dependencies.akar-common]
version = "0.1.3"

[dependencies.akar-fts]
version = "0.1.1"

[dependencies.akar-function]
version = "0.1.2"

[dependencies.akar-parser]
version = "0.1.2"

[dependencies.akar-planner]
version = "0.1.5"

[dependencies.akar-storage]
version = "0.1.7"

[dependencies.akar-transaction]
version = "0.1.1"

[dependencies.akar-vector]
version = "0.1.3"

[dependencies.arrow]
version = "59.1.0"
features = [
    "csv",
    "ipc",
    "prettyprint",
]
default-features = false

[dependencies.hashbrown]
version = "0.17.1"
features = ["serde"]

[dependencies.rayon]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.akar-binder]
version = "0.1.5"

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