xref: /cloud-hypervisor/performance-metrics/Cargo.toml (revision 20296e909a88ab1dd9d94b6bd2160ca84c430f5f)
11a17564eSBo Chen[package]
23f8cd52fSRob Bradfordauthors = ["The Cloud Hypervisor Authors"]
33f8cd52fSRob Bradfordbuild = "../build.rs"
43f8cd52fSRob Bradfordedition = "2021"
51a17564eSBo Chenname = "performance-metrics"
61a17564eSBo Chenversion = "0.1.0"
71a17564eSBo Chen
81a17564eSBo Chen[dependencies]
95f814308Sdependabot[bot]clap = { version = "4.5.13", features = ["wrap_help"] }
10c43ae1dcSdependabot[bot]dirs = "6.0.0"
11a229afbcSdependabot[bot]serde = { version = "1.0.208", features = ["derive", "rc"] }
123698b8e7SJinank Jainserde_json = { workspace = true }
131a17564eSBo Chentest_infra = { path = "../test_infra" }
14*20296e90SPhilipp Schusterthiserror = { workspace = true }
151a17564eSBo Chenwait-timeout = "0.2.0"
16