File size: 772 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[package]
name = "turbopack-trace-server"
version = "0.1.0"
description = "TBD"
license = "MIT"
edition = "2024"
autobenches = false

[[bin]]
name = "turbo-trace-server"
path = "src/main.rs"
bench = false

[dependencies]
anyhow = { workspace = true, features = ["backtrace"] }
either = { workspace = true }
flate2 = { version = "1.0.28" }
hashbrown = { workspace = true, features = ["raw"] }
indexmap = { workspace = true, features = ["serde"] }
itertools = { workspace = true }
postcard = { workspace = true }
rayon = { workspace = true }
rustc-demangle = "0.1"
rustc-hash = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tungstenite = { version = "0.21.0" }
turbopack-trace-utils = { workspace = true }
zstd = { version = "0.13.0" }