tensor_unified 0.4.0

Cross-engine unified query execution for Neumann
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.75"
name = "tensor_unified"
version = "0.4.0"
authors = ["Lukin Ackroyd <lukin@scrunchee.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-engine unified query execution for Neumann"
homepage = "https://scrunchee.ai"
documentation = "https://github.com/Shadylukin/Neumann/tree/main/docs"
readme = "README.md"
keywords = [
    "database",
    "tensor",
    "graph",
    "vector",
    "unified",
]
categories = [
    "database",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Shadylukin/Neumann"

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

[[example]]
name = "code_search"
path = "examples/code_search.rs"

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

[dependencies.futures]
version = "0.3"

[dependencies.graph_engine]
version = "=0.4.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.relational_engine]
version = "=0.4.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tensor_spatial]
version = "=0.4.0"

[dependencies.tensor_store]
version = "=0.4.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
]

[dependencies.vector_engine]
version = "=0.4.0"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "sync",
    "macros",
    "test-util",
]

[lints.clippy]
all = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"