npcterm 1.3.3

Headless terminal emulator for AI 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 = "2024"
name = "npcterm"
version = "1.3.3"
authors = ["Alejandro Quintanar"]
build = false
exclude = [
    "dist/",
    "target/",
    ".claude/",
    ".claude-plugin/",
    "openclaw-plugin/",
    "CLAUDE.md",
    ".mcp.json",
    ".DS_Store",
    "build.sh",
    "benchmark.sh",
    "bench/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless terminal emulator for AI agents"
homepage = "https://github.com/alejandroqh/npcterm"
readme = "README.md"
keywords = [
    "terminal",
    "mcp",
    "ai",
    "headless",
    "harness",
]
categories = [
    "command-line-utilities",
    "emulators",
]
license = "Apache-2.0"
repository = "https://github.com/alejandroqh/npcterm"

[features]
default = ["viewer"]
viewer = ["dep:axum"]

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

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

[dependencies.axum]
version = "0.8"
features = ["ws"]
optional = true

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

[dependencies.portable-pty]
version = "0.9"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "net",
    "sync",
]

[dependencies.turbomcp]
version = "3"

[dependencies.turbomcp-server]
version = "3"

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

[dependencies.vte]
version = "0.15"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true