xref: /aosp_15_r20/external/crosvm/broker_ipc/Cargo.toml (revision bb4ee6a4ae7042d18b07a98463b9c8b875e44b39)
1[package]
2name = "broker_ipc"
3authors = ["The ChromiumOS Authors"]
4version = "0.1.0"
5edition = "2021"
6
7[features]
8crash-report = ["crash_report", "broker_ipc_product/crash-report"]
9process-invariants = ["broker_ipc_product/process-invariants"]
10
11[dependencies]
12anyhow = "1.0.32"
13base = { path = "../base" }
14crash_report = { path = "../vendor/generic/crash_report", optional = true }
15serde = { version = "1", features = ["derive"] }
16metrics = { path = "../metrics" }
17broker_ipc_product = { path = "../vendor/generic/broker_ipc/" }
18