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"
|
2022-02-11 02:02:03 +00:00
|
|
|
build = "build.rs"
|
2022-01-11 05:27:58 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-01-06 23:04:03 +00:00
|
|
|
clap = { version = "4.0.32", features = ["wrap_help"] }
|
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"] }
|
2022-12-07 17:39:14 +00:00
|
|
|
serde_json = "1.0.89"
|
2022-01-11 05:27:58 +00:00
|
|
|
test_infra = { path = "../test_infra" }
|
2022-09-27 23:08:55 +00:00
|
|
|
thiserror = "1.0.37"
|
2022-01-11 05:27:58 +00:00
|
|
|
wait-timeout = "0.2.0"
|