2021-08-13 14:38:31 +00:00
|
|
|
[package]
|
|
|
|
name = "trace"
|
|
|
|
description = "Distributed tracing support within IOx"
|
2022-09-26 14:43:00 +00:00
|
|
|
version.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2021-08-13 14:38:31 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2021-11-22 22:06:04 +00:00
|
|
|
chrono = { version = "0.4", default-features = false }
|
2021-08-13 14:38:31 +00:00
|
|
|
observability_deps = { path = "../observability_deps" }
|
2022-02-01 11:50:42 +00:00
|
|
|
parking_lot = "0.12"
|
2021-08-17 09:20:16 +00:00
|
|
|
rand = "0.8"
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
2021-08-13 14:38:31 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|