2022-01-10 21:27:58 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
2023-01-13 16:58:23 +00:00
|
|
|
build = "../build.rs"
|
2024-05-08 09:56:31 +01:00
|
|
|
edition = "2021"
|
|
|
|
name = "performance-metrics"
|
|
|
|
version = "0.1.0"
|
2022-01-10 21:27:58 -08:00
|
|
|
|
|
|
|
[dependencies]
|
2024-04-06 08:47:54 +01:00
|
|
|
clap = { version = "4.5.4", features = ["wrap_help"] }
|
|
|
|
dirs = "5.0.1"
|
2024-06-18 15:22:36 +01:00
|
|
|
serde = { version = "1.0.197", features = ["derive", "rc"] }
|
2024-07-24 23:42:39 +00:00
|
|
|
serde_json = "1.0.120"
|
2022-01-10 21:27:58 -08:00
|
|
|
test_infra = { path = "../test_infra" }
|
2024-07-16 23:17:07 +00:00
|
|
|
thiserror = "1.0.62"
|
2022-01-10 21:27:58 -08:00
|
|
|
wait-timeout = "0.2.0"
|