marsdb 0.3.1

Embeddable property-graph database with an openCypher query subset: single binary, single file, optional in-memory mode.
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"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable property-graph database with an openCypher query subset: single binary, single file, optional in-memory mode."
homepage = "https://github.com/knoguchi/marsdb"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/knoguchi/marsdb"

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

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

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

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

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

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

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

[dependencies.marsdb-query]
version = "0.3.1"

[dependencies.marsdb-storage]
version = "0.3.1"

[dependencies.thiserror]
version = "1"

[dev-dependencies.criterion]
version = "0.5"

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