# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "gnome-dbus-api" version = "1.0.4" authors = ["Julian Kominovic"] description = "A simple API to interact with GNOME DBus and Gsettings" readme = "README.md" keywords = [ "gnome", "dbus", "shell", "gsettings", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/JulianKominovic/gnome-dbus-api" [dependencies.base64] version = "^0.21.4" [dependencies.gdk] version = "^0.15.0" [dependencies.gio] version = "^0.15.0" [dependencies.gtk] version = "^0.15.0" [dependencies.image] version = "^0.24.7" [dependencies.upower_dbus] version = "0.3.2" [dependencies.zbus] version = "^3.14.1" [dependencies.zvariant] version = "^3.15.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]