mentedb-graph 0.1.1

Knowledge graph engine for MenteDB
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"
name = "mentedb-graph"
version = "0.1.1"
authors = ["Nam Rodriguez <nambok@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge graph engine for MenteDB"
readme = "README.md"
keywords = [
    "database",
    "graph",
    "knowledge",
    "ai",
    "agent",
]
categories = [
    "database-implementations",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/nambok/mentedb"
resolver = "2"

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

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

[dependencies.ahash]
version = "0.8"

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

[dependencies.mentedb-core]
version = "0.1.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.smallvec]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]