npcterm 1.3.0

Headless terminal emulator for AI agents with full PTY access over MCP
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.0"
authors = ["Alejandro Quintanar"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Headless terminal emulator for AI agents with full PTY access over MCP"
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.0"

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

[dependencies.serde_json]
version = "1.0"

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

[dependencies.turbomcp]
version = "3.0"

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

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

[dependencies.vte]
version = "0.15"

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