2022-01-11 05:27:58 +00:00
|
|
|
[package]
|
|
|
|
name = "performance-metrics"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
2022-04-08 15:11:04 +00:00
|
|
|
edition = "2021"
|
2023-01-13 16:58:23 +00:00
|
|
|
build = "../build.rs"
|
2022-01-11 05:27:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-10 11:32:17 +00:00
|
|
|
argh = "0.1.9"
|
2022-01-11 05:27:58 +00:00
|
|
|
dirs = "4.0.0"
|
2022-12-16 23:29:41 +00:00
|
|
|
serde = { version = "1.0.151", features = ["rc", "derive"] }
|
2023-04-03 23:59:50 +00:00
|
|
|
serde_json = "1.0.95"
|
2022-01-11 05:27:58 +00:00
|
|
|
test_infra = { path = "../test_infra" }
|
2023-03-09 23:59:23 +00:00
|
|
|
thiserror = "1.0.39"
|
2022-01-11 05:27:58 +00:00
|
|
|
wait-timeout = "0.2.0"
|