-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
56 lines (54 loc) · 1.59 KB
/
Copy pathCargo.toml
File metadata and controls
56 lines (54 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[package]
name = "anycode"
version = "0.0.14"
edition = "2024"
[profile.release]
opt-level = 3
strip = true
lto = true
codegen-units = 1
panic = 'abort'
[dependencies]
openssl = { version = "0.10", features = ["vendored"] }
tokio = { version = "1", features = ["full"] }
socketioxide = { version = "0.18", features = ["state"]}
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0"
axum = { version = "0.8", features = ["ws"]}
tracing = "0.1.40"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.6", features = ["fs", "trace", "cors"]}
chrono = { version = "0.4", features = ["serde"] }
axum_static = "1.2.3"
log2 = "0.2.1"
strfmt = "0.2.4"
toml = "0.8.12"
detect-lang = "0.1.5"
ropey = "1.6.1"
rayon = "1.10.0"
tokio-stream = "0.1.17"
tempfile = "3.15.0"
notify = "8.0"
portable-pty = "0.9.0"
anyhow = "1.0.97"
rmcp = { version = "0.1.5", features = [
"client", "transport-sse",
"transport-child-process",
"tower"
] }
sysinfo = { version = "0.39" }
pathdiff = "0.2.3"
rust-embed = { version = "8", features = ["include-exclude"] }
mime_guess = "2.0.5"
dirs = "6.0.0"
shell-words = "1.1.0"
lsp-types = "0.97.0"
similar = "2.7.0"
agent-client-protocol = { version = "0.11", features = ["unstable_session_close", "unstable_session_resume", "unstable_session_usage"] }
agent-client-protocol-schema = { version = "0.12", features = ["unstable_session_usage"] }
async-trait = "0.1"
tokio-util = { version = "0.7.13", features = ["compat"] }
unicode-segmentation = "1.12.0"
git2 = "0.20"
regex = "1.12.3"