vkit 0.1.0

Fast Rust dev CLI: manage Node ports, run scripts, install & sync VS Code / Cursor extensions.
# 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.80"
name = "vkit"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Rust dev CLI: manage Node ports, run scripts, install & sync VS Code / Cursor extensions."
homepage = "https://github.com/stekovinbranturry/vkit-rs"
readme = "README.md"
keywords = [
    "cli",
    "tui",
    "ratatui",
    "vsix",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/stekovinbranturry/vkit-rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.ignore]
version = "0.4.27"

[dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.termbg]
version = "0.6"

[dependencies.thiserror]
version = "2"

[dependencies.tui-big-text]
version = "0.7"

[dependencies.ureq]
version = "2"
features = [
    "json",
    "gzip",
]

[dependencies.which]
version = "8.0.4"