rpi-cli 0.1.0

Terminal coding-agent CLI (the `rpi` binary) built on the rpi-* library crates — a Rust port of @earendil-works/pi-coding-agent's CLI surface
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.78"
name = "rpi-cli"
version = "0.1.0"
authors = ["BigFish <bigfish1913@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal coding-agent CLI (the `rpi` binary) built on the rpi-* library crates — a Rust port of @earendil-works/pi-coding-agent's CLI surface"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "ai",
    "claude",
    "cli",
]
categories = [
    "command-line-interface",
    "api-bindings",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/bigfish1913/pi-rust"

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

[[bin]]
name = "rpi"
path = "src/bin/pi.rs"

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

[dependencies.futures]
version = "0.3"

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

[dependencies.rpi-agent]
version = "0.1.0"

[dependencies.rpi-ai]
version = "0.1.0"
features = ["providers"]

[dependencies.rpi-harness]
version = "0.1.0"

[dependencies.rpi-telemetry]
version = "0.1.0"

[dependencies.rpi-tools]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1"
features = [
    "preserve_order",
    "raw_value",
]

[dependencies.thiserror]
version = "1"

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

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v7",
]