pixtuoid 0.10.0

Terminal pixel-art office for AI coding agents
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 = "2021"
rust-version = "1.89"
name = "pixtuoid"
version = "0.10.0"
authors = ["Ivan Wang <ivanwng97@icloud.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal pixel-art office for AI coding agents"
homepage = "https://github.com/IvanWng97/pixtuoid"
readme = false
keywords = [
    "terminal",
    "tui",
    "pixel-art",
    "ai-agents",
    "claude",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/IvanWng97/pixtuoid"

[package.metadata.deb]
section = "utils"
assets = [[
    "target/release/pixtuoid",
    "usr/bin/",
    "755",
]]
extended-description = "Terminal-native, multi-agent pixel-art visualizer for AI coding agents. Each running Claude Code session appears as an animated sprite in a top-down ASCII office."

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

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

[[example]]
name = "snapshot"
path = "examples/snapshot.rs"
test = true

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.29"

[dependencies.open]
version = "5"

[dependencies.palette]
version = "0.7"
features = ["std"]
default-features = false

[dependencies.pixtuoid-core]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
    "sync",
    "time",
    "net",
    "fs",
    "io-util",
]
default-features = false

[dependencies.toml]
version = "1"

[dependencies.toml_edit]
version = "0.25"

[dependencies.tracing]
version = "0.1"

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

[dependencies.which]
version = "8"

[dev-dependencies.font8x8]
version = "0.3.1"

[dev-dependencies.image]
version = "0.25"
features = [
    "png",
    "gif",
]
default-features = false

[dev-dependencies.insta]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = ["test-util"]
default-features = false

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = ["Win32_Storage_FileSystem"]