xref: /cloud-hypervisor/performance-metrics/Cargo.toml (revision b686a5bb24f949e3b201308d69b01e85c14f1ad6)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3build = "../build.rs"
4edition = "2021"
5name = "performance-metrics"
6version = "0.1.0"
7
8[dependencies]
9clap = { version = "4.5.13", features = ["wrap_help"] }
10dirs = "6.0.0"
11serde = { version = "1.0.208", features = ["derive", "rc"] }
12serde_json = { workspace = true }
13test_infra = { path = "../test_infra" }
14thiserror = "2.0.6"
15wait-timeout = "0.2.0"
16