[[bench]]
harness = false
name = "graph_execution"
path = "benches/graph_execution.rs"
[dependencies.arrow]
features = ["prettyprint"]
version = "55.2"
[dependencies.arrow-array]
version = "55.2"
[dependencies.arrow-schema]
version = "55.2"
[dependencies.datafusion]
default-features = false
features = ["nested_expressions", "regex_expressions", "unicode_expressions", "crypto_expressions", "encoding_expressions", "datetime_expressions", "string_expressions"]
version = "49.0.2"
[dependencies.datafusion-common]
version = "49.0.2"
[dependencies.datafusion-expr]
version = "49.0.2"
[dependencies.datafusion-functions-aggregate]
version = "49.0.2"
[dependencies.datafusion-sql]
version = "49.0.2"
[dependencies.lance-core]
version = "0.37.0"
[dependencies.nom]
version = "7.1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.snafu]
version = "0.8"
[dev-dependencies.criterion]
features = ["async", "async_tokio", "html_reports"]
version = "0.5"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.lance]
version = "0.37.0"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.37"
[lib]
name = "lance_graph"
path = "src/lib.rs"
[package]
authors = ["Lance Devs <dev@lancedb.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "data-structures", "science"]
description = "Graph query engine for Lance datasets with Cypher support"
edition = "2021"
keywords = ["lance", "graph", "cypher", "query", "datafusion"]
license = "Apache-2.0"
name = "lance-graph"
readme = "README.md"
repository = "https://github.com/lancedb/lance-graph"
version = "0.2.0-beta.1"
[[test]]
name = "test_datafusion_pipeline"
path = "tests/test_datafusion_pipeline.rs"
[[test]]
name = "test_datafusion_scenarios"
path = "tests/test_datafusion_scenarios.rs"
[[test]]
name = "test_datafusion_varlength_complex"
path = "tests/test_datafusion_varlength_complex.rs"
[[test]]
name = "test_datafusion_with_context"
path = "tests/test_datafusion_with_context.rs"
[[test]]
name = "test_explain_output"
path = "tests/test_explain_output.rs"
[[test]]
name = "test_to_sql"
path = "tests/test_to_sql.rs"