karbon-cli 0.2.3

Karbon — unified CLI for Rust + SvelteKit full-stack projects
# 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 = "karbon-cli"
version = "0.2.3"
authors = ["LaRevueGeek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Karbon — unified CLI for Rust + SvelteKit full-stack projects"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/larevuegeek/karbon"
resolver = "2"

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

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

[dependencies.colored]
version = "3"

[dependencies.ctrlc]
version = "3"

[dependencies.reqwest]
version = "0.12"
features = ["blocking"]

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

[dependencies.toml]
version = "0.8"