| [package] | |
| name = "turbopack-trace-utils" | |
| version = "0.1.0" | |
| description = "TBD" | |
| license = "MIT" | |
| edition = "2024" | |
| autobenches = false | |
| [lib] | |
| bench = false | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | |
| [dependencies] | |
| anyhow = { workspace = true } | |
| crossbeam-utils = { version = "0.8.20" } | |
| crossbeam-channel = { workspace = true } | |
| once_cell = { workspace = true } | |
| parking_lot = { workspace = true } | |
| postcard = { workspace = true, features = ["alloc", "use-std"] } | |
| rustc-hash = { workspace = true } | |
| serde = { workspace = true, features = ["derive"] } | |
| tokio = { workspace = true, features = ["macros", "signal", "sync", "rt"] } | |
| thread_local = { workspace = true } | |
| tracing = { workspace = true } | |
| tracing-subscriber = { workspace = true } | |
| turbo-tasks-malloc = { workspace = true } | |