vibe-graph-ops 0.2.4

Operations layer for Vibe-Graph - provides typed APIs for sync, scan, graph building
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-ops"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Operations layer for Vibe-Graph - provides typed APIs for sync, scan, graph building"
homepage = "https://github.com/pinsky-three/vibe-graph"
readme = false
keywords = [
    "codebase",
    "analysis",
    "sync",
    "graph",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/pinsky-three/vibe-graph"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.directories]
version = "6.0.0"

[dependencies.file-format]
version = "0.28.0"

[dependencies.git2]
version = "0.20.3"

[dependencies.humansize]
version = "2.1.3"

[dependencies.octocrab]
version = "0.49.4"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"
features = ["std"]

[dependencies.vibe-graph-core]
version = "0.2.4"

[dependencies.vibe-graph-git]
version = "0.3.1"

[dependencies.walkdir]
version = "2.5.0"

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

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "test-util",
    "macros",
]