cvkg-cli 0.1.15

Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework
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 = "2024"
name = "cvkg-cli"
version = "0.1.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cyber Viking Kvasir Graph (CVKG) - High-fidelity agentic UI framework"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sydonayrex/cvkg"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.7"
features = ["ws"]

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

[dependencies.console]
version = "0.16.3"

[dependencies.cvkg-core]
version = "0.1.15"

[dependencies.cvkg-macros]
version = "0.1.15"

[dependencies.futures-util]
version = "0.3"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.log]
version = "0.4.29"

[dependencies.notify]
version = "6.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "sync",
    "rt",
    "macros",
    "macros",
    "rt-multi-thread",
]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.29.0"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.walkdir]
version = "2.5.0"

[dependencies.webbrowser]
version = "1.0"