xref: /cloud-hypervisor/tracer/Cargo.toml (revision 4182ef91e03131731a10b1af2b36c36af476a521)
1[package]
2authors = ["The Cloud Hypervisor Authors"]
3edition = "2021"
4name = "tracer"
5version = "0.1.0"
6
7[dependencies]
8libc = "0.2.167"
9log = "0.4.22"
10serde = { version = "1.0.208", features = ["derive", "rc"] }
11serde_json = { workspace = true }
12
13[features]
14tracing = []
15