microkit-cli 0.27.0

MicroKit CLI tool for managing your services
# 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 = "microkit-cli"
version = "0.27.0"
authors = ["Matthew Wilding <mbwilding@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MicroKit CLI tool for managing your services"
readme = "README.md"
keywords = ["microservice"]
license-file = "LICENSE"
repository = "https://github.com/mbwilding/microkit"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.ctrlc]
version = "3.5"

[dependencies.microkit]
version = "0.27.0"

[dependencies.reqwest]
version = "0.13"
features = ["rustls"]
default-features = false

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

[dependencies.serde_yaml_ng]
version = "0.10"

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

[dependencies.toml_edit]
version = "0.24"

[dependencies.zip]
version = "7.4"
features = ["deflate"]
default-features = false

[target."cfg(unix)".dependencies.nix]
version = "0.31"
features = ["signal"]

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = ["Win32_System_Console"]