micromux-cli 0.1.0

Micromux is a local process supervisor with a terminal UI
# 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 = "micromux-cli"
version = "0.1.0"
authors = ["romnn <contact@romnn.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Micromux is a local process supervisor with a terminal UI"
homepage = "https://github.com/romnn/micromux"
documentation = "https://docs.rs/micromux-cli"
readme = "README.md"
keywords = [
    "terminal",
    "multiplexer",
    "tui",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/romnn/micromux"
resolver = "2"

[features]
default = ["mcp"]
mcp = ["dep:micromux-mcp"]

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

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

[dependencies.codespan-reporting]
version = "0"

[dependencies.color-eyre]
version = "0"

[dependencies.futures]
version = "0"

[dependencies.micromux]
version = "=0.1.0"

[dependencies.micromux-control]
version = "=0.1.0"

[dependencies.micromux-mcp]
version = "=0.1.0"
optional = true

[dependencies.micromux-tui]
version = "=0.1.0"

[dependencies.termcolor]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0"

[dependencies.tracing-appender]
version = "0"

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

[dev-dependencies.similar-asserts]
version = "2.0.0"

[lints.clippy]
allow_attributes_without_reason = "deny"
assigning_clones = "allow"
await_holding_lock = "deny"
expect_used = "deny"
indexing_slicing = "deny"
map_unwrap_or = "allow"
missing_errors_doc = "warn"
panic = "deny"
struct_excessive_bools = "allow"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unused_must_use = "deny"

[lints.rust.warnings]
level = "warn"
priority = -1