[package]
edition = "2021"
name = "cyril-core"
version = "0.1.0-alpha.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core protocol logic, path translation, hooks, and capabilities for the Cyril ACP client"
homepage = "https://github.com/dwalleck/cyril"
documentation = "https://docs.rs/cyril-core"
readme = "README.md"
keywords = [
"acp",
"kiro",
"wsl",
"windows",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/dwalleck/cyril"
[lib]
name = "cyril_core"
path = "src/lib.rs"
[dependencies.agent-client-protocol]
version = "0.9"
[dependencies.anyhow]
version = "1"
[dependencies.async-trait]
version = "0.1"
[dependencies.glob]
version = "0.3"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"process",
"sync",
"rt",
"macros",
"time",
"io-util",
"fs",
]
[dependencies.tokio-util]
version = "0.7"
features = ["compat"]
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1"
features = ["full"]