magi-cli 0.6.4

Blind multi-agent implementation competition: N agents implement, M judges rank blind, deliberate, vote privately, winner survives double review + E2E gate
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"
rust-version = "1.85"
name = "magi-cli"
version = "0.6.4"
authors = ["yukimemi <yukimemi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blind multi-agent implementation competition: N agents implement, M judges rank blind, deliberate, vote privately, winner survives double review + E2E gate"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "code-review",
    "git",
    "worktree",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yukimemi/magi"

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

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

[[example]]
name = "smoke"
path = "examples/smoke.rs"

[[test]]
name = "graph_dirty_tree"
path = "tests/graph_dirty_tree.rs"

[[test]]
name = "graph_dropped_stream"
path = "tests/graph_dropped_stream.rs"

[[test]]
name = "graph_park"
path = "tests/graph_park.rs"

[[test]]
name = "graph_quorum"
path = "tests/graph_quorum.rs"

[[test]]
name = "graph_review_only"
path = "tests/graph_review_only.rs"

[[test]]
name = "graph_split"
path = "tests/graph_split.rs"

[[test]]
name = "graph_unanimous"
path = "tests/graph_unanimous.rs"

[dependencies.ansi-to-tui]
version = "8.0.1"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.axum]
version = "0.8.9"

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

[dependencies.clap_complete]
version = "4.6.9"

[dependencies.comrak]
version = "0.54.0"
default-features = false

[dependencies.crossterm]
version = "0.29"
features = ["events"]

[dependencies.dirs]
version = "6"

[dependencies.jiff]
version = "0.2.35"
features = ["serde"]

[dependencies.kaishin]
version = "0.7.1"

[dependencies.ratatui]
version = "0.30.2"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.teravars]
version = "0.2.2"
features = ["merge"]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "process",
    "time",
    "fs",
    "io-util",
    "sync",
    "signal",
]

[dependencies.tokio-stream]
version = "0.1.19"

[dependencies.toml]
version = "1.1.5"

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tempfile]
version = "3.27.0"