marsdb-query 0.7.1

openCypher query subset parser, planner, and executor used internally by MarsDB.
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.82"
name = "marsdb-query"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "openCypher query subset parser, planner, and executor used internally by MarsDB."
homepage = "https://github.com/knoguchi/marsdb"
documentation = "https://knoguchi.github.io/marsdb/"
readme = "README.md"
keywords = [
    "graph-database",
    "cypher",
    "opencypher",
    "embedded",
    "database",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/knoguchi/marsdb"

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

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

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

[dependencies.antlr4rust]
version = "0.5.2"

[dependencies.chrono]
version = "0.4"
features = [
    "std",
    "clock",
]
default-features = false

[dependencies.chrono-tz]
version = "0.10"

[dependencies.marsdb-graph]
version = "0.7.1"

[dependencies.thiserror]
version = "2"