2022-01-11 05:27:58 +00:00
|
|
|
[package]
|
|
|
|
authors = ["The Cloud Hypervisor Authors"]
|
2023-01-13 16:58:23 +00:00
|
|
|
build = "../build.rs"
|
2024-05-08 08:56:31 +00:00
|
|
|
edition = "2021"
|
|
|
|
name = "performance-metrics"
|
|
|
|
version = "0.1.0"
|
2022-01-11 05:27:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-04-06 07:47:54 +00:00
|
|
|
clap = { version = "4.5.4", features = ["wrap_help"] }
|
|
|
|
dirs = "5.0.1"
|
|
|
|
serde = { version = "1.0.197", features = ["rc", "derive"] }
|
|
|
|
serde_json = "1.0.115"
|
2022-01-11 05:27:58 +00:00
|
|
|
test_infra = { path = "../test_infra" }
|
2024-05-07 23:26:47 +00:00
|
|
|
thiserror = "1.0.60"
|
2022-01-11 05:27:58 +00:00
|
|
|
wait-timeout = "0.2.0"
|