1[package] 2name = "broker_ipc_product" 3authors = ["The ChromiumOS Authors"] 4version = "0.1.0" 5edition = "2021" 6 7[features] 8process-invariants = [] 9crash-report = ["crash_report"] 10 11[dependencies] 12anyhow = "1.0.32" 13crash_report = { path = "../crash_report", optional = true } 14serde = { version = "1", features = ["derive"] } 15