1[package] 2name = "power_monitor" 3version = "0.1.0" 4authors = ["The ChromiumOS Authors"] 5edition = "2021" 6 7[features] 8powerd = ["dbus"] 9 10[dependencies] 11base = { path = "../base" } 12dbus = { version = "0.9", optional = true } 13protobuf = { version = "2.8.1" } 14remain = "0.2" 15thiserror = "1.0.20" 16 17[build-dependencies] 18proto_build_tools = { path = "../proto_build_tools" } 19