2021-08-13 14:38:31 +00:00
|
|
|
[package]
|
|
|
|
name = "trace"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Raphael Taylor-Davies <r.taylordavies@googlemail.com>"]
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2021-08-13 14:38:31 +00:00
|
|
|
description = "Distributed tracing support within IOx"
|
|
|
|
|
|
|
|
[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" }
|
|
|
|
parking_lot = "0.11"
|
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]
|