vibe-graph-core 0.2.4

Core domain model for the Vibe-Graph neural OS
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"
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"