graphyn-cli 0.1.1

Developer CLI for Graphyn — analyze, query, watch, and serve code intelligence
# 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"
rust-version = "1.75"
name = "graphyn-cli"
version = "0.1.1"
authors = ["Jeel Gajera"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Developer CLI for Graphyn — analyze, query, watch, and serve code intelligence"
homepage = "https://github.com/JeelGajera/graphyn"
readme = "README.md"
keywords = [
    "mcp",
    "code-intelligence",
    "blast-radius",
    "dependency-graph",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/JeelGajera/graphyn"

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.graphyn-adapter-ts]
version = "0.1.1"

[dependencies.graphyn-core]
version = "0.1.1"

[dependencies.graphyn-mcp]
version = "0.1.1"

[dependencies.graphyn-store]
version = "0.1.1"

[dependencies.notify]
version = "6"

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