52 lines
1.7 KiB
TOML
52 lines
1.7 KiB
TOML
[package]
|
|
name = "executors"
|
|
version = "0.0.128"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
workspace_utils = { path = "../utils", package = "utils" }
|
|
tokio = { workspace = true }
|
|
tokio-util = { version = "0.7", features = ["io", "compat"] }
|
|
bytes = "1.0"
|
|
serde = { workspace = true, features = ["derive"] }
|
|
serde_json = { workspace = true }
|
|
tracing = { workspace = true }
|
|
toml = "0.8"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
uuid = { version = "1.0", features = ["v4", "serde"] }
|
|
ts-rs = { workspace = true }
|
|
schemars = { workspace = true }
|
|
dirs = "5.0"
|
|
xdg = "3.0"
|
|
async-trait = { workspace = true }
|
|
directories = "6.0.0"
|
|
command-group = { version = "5.0", features = ["with-tokio"] }
|
|
regex = "1.11.1"
|
|
lazy_static = "1.4"
|
|
json-patch = "2.0"
|
|
thiserror = { workspace = true }
|
|
enum_dispatch = "0.3.13"
|
|
futures-io = "0.3.31"
|
|
tokio-stream = { version = "0.1.17", features = ["io-util"] }
|
|
futures = "0.3.31"
|
|
bon = "3.6"
|
|
fork_stream = "0.1.0"
|
|
os_pipe = "1.2"
|
|
strip-ansi-escapes = "0.2.1"
|
|
strum = "0.27.2"
|
|
strum_macros = "0.27.2"
|
|
convert_case = "0.6"
|
|
sqlx = "0.8.6"
|
|
axum = { workspace = true }
|
|
shlex = "1.3.0"
|
|
agent-client-protocol = "0.8"
|
|
codex-protocol = { git = "https://github.com/openai/codex.git", package = "codex-protocol", rev = "80d6a3868ef1414e0fb1c2e28a369f2ef4fa4dcc" }
|
|
codex-app-server-protocol = { git = "https://github.com/openai/codex.git", package = "codex-app-server-protocol", rev = "80d6a3868ef1414e0fb1c2e28a369f2ef4fa4dcc" }
|
|
codex-mcp-types = { git = "https://github.com/openai/codex.git", package = "mcp-types", rev = "80d6a3868ef1414e0fb1c2e28a369f2ef4fa4dcc" }
|
|
sha2 = "0.10"
|
|
derivative = "2.2.0"
|
|
icu_provider = { version = "2.1.1", default-features = false, features = ["sync"] }
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
winsplit = "0.1.0"
|