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-11-08 16:24:34 +00:00
|
|
|
clap = { version = "4.4.7", features = ["wrap_help"] }
|
2023-04-12 23:57:37 +00:00
|
|
|
dirs = "5.0.0"
|
2024-02-09 23:04:35 +00:00
|
|
|
serde = { version = "1.0.196", features = ["rc", "derive"] }
|
2024-01-01 23:24:19 +00:00
|
|
|
serde_json = "1.0.109"
|
2022-01-11 05:27:58 +00:00
|
|
|
test_infra = { path = "../test_infra" }
|
2023-12-29 23:11:34 +00:00
|
|
|
thiserror = "1.0.52"
|
2022-01-11 05:27:58 +00:00
|
|
|
wait-timeout = "0.2.0"
|