meshdb-executor 0.1.0-alpha.2

Physical operators and query execution for Mesh
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 = "meshdb-executor"
version = "0.1.0-alpha.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Physical operators and query execution for Mesh"
readme = false
license = "MIT"
repository = "https://github.com/mesh-db/mesh"

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

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

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

[dependencies.chrono-tz]
version = "0.10"
default-features = false

[dependencies.meshdb-core]
version = "0.1.0-alpha.2"

[dependencies.meshdb-cypher]
version = "0.1.0-alpha.2"

[dependencies.meshdb-storage]
version = "0.1.0-alpha.2"

[dependencies.regex]
version = "1"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"