microsandbox-cli 0.3.8

CLI binary for managing microsandbox environments.
# 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 = "microsandbox-cli"
version = "0.3.8"
authors = ["Team MicroSandbox <team@microsandbox.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI binary for managing microsandbox environments."
readme = false
license = "Apache-2.0"
repository = "https://github.com/superradcompany/microsandbox"

[features]
default = [
    "prebuilt",
    "net",
]
net = [
    "dep:microsandbox-network",
    "microsandbox/net",
    "microsandbox-runtime/net",
]
prebuilt = [
    "microsandbox/prebuilt",
    "microsandbox-runtime/prebuilt",
]

[lib]
name = "microsandbox_cli"
path = "lib/lib.rs"

[[bin]]
name = "msb"
path = "bin/main.rs"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.console]
version = "0.16"

[dependencies.dirs]
version = "6.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.libc]
version = "0.2"

[dependencies.microsandbox]
version = "0.3.8"
default-features = false

[dependencies.microsandbox-image]
version = "0.3.8"

[dependencies.microsandbox-network]
version = "0.3.8"
optional = true

[dependencies.microsandbox-runtime]
version = "0.3.8"
default-features = false

[dependencies.microsandbox-utils]
version = "0.3.8"

[dependencies.rand]
version = "0.10.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

[dependencies.rpassword]
version = "7"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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