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