fxrs 0.0.7

A compact, provider-extensible coding agent with a fast terminal 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 = "2024"
rust-version = "1.88"
name = "fxrs"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A compact, provider-extensible coding agent with a fast terminal interface"
readme = "README.md"
keywords = [
    "acp",
    "agent",
    "coding-agent",
    "codex",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Leeeon233/fx-rs"

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

[[bin]]
name = "fx-acp"
path = "src/bin/fx-acp.rs"

[[bin]]
name = "fx-terminal-host"
path = "src/bin/fx-terminal-host.rs"

[[bin]]
name = "fx-tui"
path = "src/bin/fx-tui.rs"

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

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

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

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

[dependencies.agent-client-protocol]
version = "2.0.0"

[dependencies.fx-core]
version = "0.0.7"
package = "fxrs-core"

[dependencies.fx-mcp]
version = "0.0.7"
package = "fxrs-mcp"

[dependencies.fx-provider]
version = "0.0.7"
package = "fxrs-provider"

[dependencies.fx-runtime]
version = "0.0.7"
package = "fxrs-runtime"

[dependencies.fx-terminal-host]
version = "0.0.7"
package = "fxrs-terminal-host"

[dependencies.fx-tui]
version = "0.0.7"
package = "fxrs-tui"

[dependencies.serde_json]
version = "1.0.140"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.47.1"
features = [
    "io-util",
    "macros",
    "net",
    "process",
    "rt",
    "sync",
    "time",
]

[dev-dependencies.base64]
version = "0.23.0"

[dev-dependencies.fx-auth]
version = "0.0.7"
package = "fxrs-auth"

[dev-dependencies.fx-process]
version = "0.0.7"
package = "fxrs-process"

[dev-dependencies.fx-store]
version = "0.0.7"
package = "fxrs-store"

[dev-dependencies.portable-pty]
version = "0.9.0"