MeiliSearch/tracing-trace/Cargo.toml

25 lines
653 B
TOML
Raw Permalink Normal View History

2024-01-23 09:40:07 +01:00
[package]
name = "tracing-trace"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
color-spantrace = "0.2.1"
2024-07-08 21:08:33 +02:00
fxprof-processed-profile = "0.7.0"
2024-07-08 18:09:12 +02:00
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
2024-01-23 09:40:07 +01:00
tracing = "0.1.40"
tracing-error = "0.2.0"
tracing-subscriber = "0.3.18"
2024-07-08 20:58:27 +02:00
byte-unit = { version = "5.1.4", default-features = false, features = [
"std",
2024-07-08 20:58:27 +02:00
"byte",
"serde",
] }
2024-07-08 18:09:12 +02:00
tokio = { version = "1.38.0", features = ["sync"] }
2024-02-06 18:12:04 +01:00
[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
2024-07-08 18:09:12 +02:00
libproc = "0.14.8"