cyril 0.1.0-alpha.1

Cross-platform TUI client for Kiro CLI via the Agent Client Protocol (ACP)
# 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"
name = "cyril"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform TUI client for Kiro CLI via the Agent Client Protocol (ACP)"
homepage = "https://github.com/dwalleck/cyril"
documentation = "https://docs.rs/cyril"
readme = "README.md"
keywords = [
    "acp",
    "kiro",
    "tui",
    "windows",
    "wsl",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/dwalleck/cyril"

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

[[example]]
name = "test_acp"
path = "examples/test_acp.rs"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.cyril-core]
version = "0.1.0-alpha.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.ratatui]
version = "0.29"
features = ["unstable-rendered-line-info"]

[dependencies.serde_json]
version = "1"

[dependencies.similar]
version = "2"

[dependencies.syntect]
version = "5"
features = ["default-fancy"]
default-features = false

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.tui-textarea]
version = "0.7"