terminal-use 1.4.1

Headless virtual terminal for AI agents
# 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"
name = "terminal-use"
version = "1.4.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless virtual terminal for AI agents"
readme = "README.md"
license = "MIT"
repository = "https://github.com/flipbit03/terminal-use"

[features]
binary-release = []

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

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

[dependencies.ab_glyph]
version = "0.2"

[dependencies.alacritty_terminal]
version = "0.26"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.imageproc]
version = "0.25"

[dependencies.nix]
version = "0.31"
features = [
    "term",
    "signal",
    "process",
    "ioctl",
    "fs",
    "user",
    "poll",
]

[dependencies.regex]
version = "1"

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

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.unicode-width]
version = "0.2"