marsdb-query 0.2.0

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"
name = "marsdb-query"
version = "0.2.0"
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"
readme = false
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.marsdb-graph]
version = "0.2.0"

[dependencies.pest]
version = "2"

[dependencies.pest_derive]
version = "2"

[dependencies.thiserror]
version = "1"