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-08-19 23:10:10 +00:00
|
|
|
clap = { version = "4.5.13", features = ["wrap_help"] }
|
2024-04-06 07:47:54 +00:00
|
|
|
dirs = "5.0.1"
|
2024-08-16 23:15:30 +00:00
|
|
|
serde = { version = "1.0.208", features = ["derive", "rc"] }
|
2024-07-24 23:42:39 +00:00
|
|
|
serde_json = "1.0.120"
|
2022-01-11 05:27:58 +00:00
|
|
|
test_infra = { path = "../test_infra" }
|
2024-07-16 23:17:07 +00:00
|
|
|
thiserror = "1.0.62"
|
2022-01-11 05:27:58 +00:00
|
|
|
wait-timeout = "0.2.0"
|