2023-02-01 17:31:08 +01:00
|
|
|
[package]
|
|
|
|
|
name = "upower_dbus"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
authors = ["Michael Murphy <mmstick@pm.me>"]
|
|
|
|
|
repository = "https://github.com/pop-os/dbus-settings-bindings"
|
|
|
|
|
description = "a dbus client (using zbus) for upower"
|
|
|
|
|
readme = "README.md"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
categories = ["os::unix-apis"]
|
|
|
|
|
keywords = ["linux", "systemd", "logind", "dbus", "zbus"]
|
2025-10-05 13:45:37 +02:00
|
|
|
edition = "2024"
|
2023-02-01 17:31:08 +01:00
|
|
|
|
|
|
|
|
[dependencies]
|
2023-11-10 10:25:35 -05:00
|
|
|
serde.workspace = true
|
2025-10-05 14:11:25 +02:00
|
|
|
serde_repr = "0.1.20"
|
2023-11-10 10:25:35 -05:00
|
|
|
zbus.workspace = true
|
2023-02-01 17:31:08 +01:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2026-03-13 14:20:08 +01:00
|
|
|
futures = "0.3.32"
|