lora-database 0.5.6

LoraDB — embeddable in-memory graph database with Cypher query support.
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.87"
name = "lora-database"
version = "0.5.6"
authors = ["LoraDB, Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LoraDB — embeddable in-memory graph database with Cypher query support."
homepage = "https://github.com/lora-db/lora"
readme = false
keywords = [
    "loradb",
    "graph",
    "cypher",
    "database",
    "in-memory",
]
categories = [
    "database-implementations",
    "database",
]
license = "BUSL-1.1"
repository = "https://github.com/lora-db/lora"

[lib]
name = "lora_database"
path = "src/lib.rs"
bench = false

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "fixtures"
path = "benches/fixtures.rs"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.lora-analyzer]
version = "=0.5.6"

[dependencies.lora-ast]
version = "=0.5.6"

[dependencies.lora-compiler]
version = "=0.5.6"

[dependencies.lora-executor]
version = "=0.5.6"

[dependencies.lora-parser]
version = "=0.5.6"

[dependencies.lora-store]
version = "=0.5.6"

[dependencies.lora-wal]
version = "=0.5.6"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tower]
version = "0.5.3"

[dependencies.zip]
version = "0.6"
features = ["deflate"]
default-features = false

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