xref: /cloud-hypervisor/performance-metrics/Cargo.toml (revision 8803e4a2e7f8e9596b72f81d3c916390e5b10fbd)
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.4", features = ["wrap_help"] }
10dirs = "5.0.1"
11serde = { version = "1.0.197", features = ["derive", "rc"] }
12serde_json = "1.0.115"
13test_infra = { path = "../test_infra" }
14thiserror = "1.0.62"
15wait-timeout = "0.2.0"
16