harnesscli 0.1.5

Unified CLI to run Claude Code, OpenCode, Codex, or Cursor from a single interface
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.80"
name = "harnesscli"
version = "0.1.5"
build = false
exclude = [
    "docs/",
    "clidocs/",
    ".github/",
    "install.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unified CLI to run Claude Code, OpenCode, Codex, or Cursor from a single interface"
homepage = "https://harness.lol"
readme = "README.md"
keywords = [
    "cli",
    "ai",
    "agent",
    "claude",
    "codex",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ayshptk/harness-cli"

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-stream]
version = "0.1"
features = ["io-util"]

[dependencies.tokio-util]
version = "0.7"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.ureq]
version = "3"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

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

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

[dev-dependencies.tokio-test]
version = "0.4"

[lints.rust]
unsafe_code = "deny"

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