perspt-cli 0.5.7

CLI entry point for Perspt - A stability-aware AI coding assistant
# 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 = "perspt-cli"
version = "0.5.7"
authors = [
    "Vikrant Rathore",
    "Ronak Rathore",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI entry point for Perspt - A stability-aware AI coding assistant"
homepage = "https://github.com/eonseed/perspt"
documentation = "https://docs.rs/perspt-cli"
readme = false
keywords = [
    "cli",
    "ai",
    "llm",
    "coding",
    "terminal",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "LGPL-3.0"
repository = "https://github.com/eonseed/perspt"

[[bin]]
name = "perspt"
path = "src/main.rs"
doc = false

[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
version = "0.8"

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

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.perspt-agent]
version = "0.5.7"

[dependencies.perspt-core]
version = "0.5.7"

[dependencies.perspt-dashboard]
version = "0.5.7"

[dependencies.perspt-store]
version = "0.5.7"

[dependencies.perspt-tui]
version = "0.5.7"

[dependencies.serde_json]
version = "1.0"

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