marsdb-storage 0.9.0

Thin embedded-KV storage trait boundary 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-storage"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin embedded-KV storage trait boundary 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_storage"
path = "src/lib.rs"

[dependencies.redb]
version = "4"

[dependencies.thiserror]
version = "2"

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