sparrowdb-execution 0.1.16

Query execution engine for SparrowDB 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 = "2021"
name = "sparrowdb-execution"
version = "0.1.16"
authors = ["Rich Yaker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query execution engine for SparrowDB embedded graph database"
documentation = "https://docs.rs/sparrowdb-execution"
readme = "README.md"
keywords = [
    "graph",
    "database",
    "execution",
    "query",
    "embedded",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/ryaker/SparrowDB"

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

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

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

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

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

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

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

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

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

[dependencies.bincode]
version = "1"

[dependencies.rayon]
version = "1.8"

[dependencies.roaring]
version = "0.10"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sparrowdb-catalog]
version = "0.1.16"

[dependencies.sparrowdb-common]
version = "0.1.16"

[dependencies.sparrowdb-cypher]
version = "0.1.16"

[dependencies.sparrowdb-storage]
version = "0.1.16"

[dependencies.tempfile]
version = "3"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rayon]
version = "1.8"