manifold-graph 0.1.0

Graph storage optimizations for Manifold embedded database
Documentation
[dependencies.manifold-db]
features = ["uuid"]
version = "3.1"

[dependencies.uuid]
version = "1.17.0"

[dev-dependencies.petgraph]
version = "0.8.3"

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

[dev-dependencies.uuid]
features = ["v4"]
version = "1.17.0"

[[example]]
name = "dependency_graph"
path = "examples/dependency_graph.rs"

[[example]]
name = "knowledge_graph"
path = "examples/knowledge_graph.rs"

[[example]]
name = "petgraph_integration"
path = "examples/petgraph_integration.rs"

[[example]]
name = "social_network"
path = "examples/social_network.rs"

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

[lints.clippy]
big_endian_bytes = "deny"
dbg_macro = "deny"
host_endian_bytes = "deny"

[package]
authors = ["Christopher Berner <me@cberner.com>", "Tom Whiting <tom@hyperspatial.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations", "data-structures"]
description = "Graph storage optimizations for Manifold embedded database"
edition = "2024"
homepage = "https://github.com/tomWhiting/manifold"
keywords = ["database", "graph", "edges", "vertices", "network"]
license = "Apache-2.0"
name = "manifold-graph"
readme = "README.md"
repository = "https://github.com/tomWhiting/manifold"
rust-version = "1.89"
version = "0.1.0"

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