nodedb-graph 0.0.4

Shared graph engine (CSR adjacency index + traversal) for NodeDB Origin and Lite
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 = "2024"
rust-version = "1.94"
name = "nodedb-graph"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared graph engine (CSR adjacency index + traversal) for NodeDB Origin and Lite"
homepage = "https://nodedb.dev"
readme = "README.md"
license = "BUSL-1.1"
repository = "https://github.com/NodeDB-Lab/nodedb"
resolver = "2"

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

[dependencies.nodedb-types]
version = "0"

[dependencies.rkyv]
version = "0.8"
features = ["alloc"]

[dependencies.rmpv]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.zerompk]
version = "0.3"
features = [
    "std",
    "derive",
]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.sonic-rs]
version = "0.5"