vibe-graph-cli 1.5.0

CLI for analyzing codebases - single repos or multi-repo workspaces. Auto-detects structure, persists analysis in .self folder.
# 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-cli"
version = "1.5.0"
build = false
include = [
    "src/**/*",
    "templates/**/*",
    "assets/**/*",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for analyzing codebases - single repos or multi-repo workspaces. Auto-detects structure, persists analysis in .self folder."
homepage = "https://github.com/pinsky-three/vibe-graph"
readme = "README.md"
keywords = [
    "cli",
    "codebase",
    "analysis",
    "documentation",
    "workspace",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/pinsky-three/vibe-graph"

[features]
default = []
gpu-layout = ["vibe-graph-viz/gpu-layout"]
llm-inference = ["vibe-graph-automaton/llm"]
native-viz = [
    "vibe-graph-viz/native",
    "vibe-graph-viz/automaton",
    "eframe/default",
]

[[bin]]
name = "vg"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.askama]
version = "0.15.1"

[dependencies.axum]
version = "0.8.8"

[dependencies.clap]
version = "4.5.53"
features = [
    "derive",
    "env",
]

[dependencies.directories]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.eframe]
version = "0.33.3"
optional = true

[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.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tower-http]
version = "0.6.8"
features = [
    "fs",
    "cors",
    "trace",
]

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

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "json",
]

[dependencies.vibe-graph-api]
version = "0.3.0"

[dependencies.vibe-graph-automaton]
version = "0.2.0"

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

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

[dependencies.vibe-graph-mcp]
version = "0.2.0"

[dependencies.vibe-graph-ops]
version = "0.2.1"

[dependencies.vibe-graph-viz]
version = "0.1.1"
optional = true

[dependencies.walkdir]
version = "2.5.0"

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