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