[package]
edition = "2021"
name = "vibe-graph-core"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core domain model for the Vibe-Graph neural OS"
readme = false
keywords = [
"graph",
"codebase",
"analysis",
"source-code",
]
categories = [
"data-structures",
"development-tools",
]
license = "MIT"
repository = "https://github.com/pinsky-three/vibe-graph"
[lib]
name = "vibe_graph_core"
path = "src/lib.rs"
[dependencies.petgraph]
version = "0.8.3"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.148"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-time]
version = "1.1"