1[package] 2name = "crash_report" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[features] 8crash-report = [] 9perfetto-system-backend = [] 10 11[dependencies] 12anyhow = "1.0.32" 13base = { path = "../../../base" } # provided by ebuild 14serde = { version = "1", features = ["derive"] } 15 16[target.'cfg(windows)'.dependencies] 17win_util = { path = "../../../win_util" } 18