graphrefly-storage 0.0.2

GraphReFly storage tier dispatch + Node-side persistence (memory, file, redb)
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.95"
name = "graphrefly-storage"
version = "0.0.2"
authors = ["David Chen<clfhhc@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphReFly storage tier dispatch + Node-side persistence (memory, file, redb)"
homepage = "https://graphrefly.dev"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/graphrefly/graphrefly-rs"

[features]
default = [
    "memory",
    "file",
    "redb-store",
]
file = ["dep:tempfile"]
memory = []
redb-store = ["dep:redb"]

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

[dependencies.graphrefly-core]
version = "0.0.2"

[dependencies.graphrefly-graph]
version = "0.0.2"

[dependencies.redb]
version = "2"
optional = true

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"