mvm-cli 0.3.2

CLI commands, UI, and bootstrap for mvm
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 = "mvm-cli"
version = "0.3.2"
authors = ["mvm contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI commands, UI, and bootstrap for mvm"
homepage = "https://github.com/auser/mvm"
readme = false
license = "Apache-2.0"
repository = "https://github.com/auser/mvm"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3"

[dependencies.indicatif]
version = "0.17"

[dependencies.inquire]
version = "0.7"

[dependencies.mvm-build]
version = "0.3.2"

[dependencies.mvm-core]
version = "0.3.2"

[dependencies.mvm-guest]
version = "0.3.2"

[dependencies.mvm-runtime]
version = "0.3.2"

[dependencies.names]
version = "0.14"
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "json",
    "env-filter",
]

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"