# This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] name = "autocfg" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" [[package]] name = "backlight" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1dd1f0fb2c34052222f8937bd7ab412c664e8436e2c775d1b64836974889f21" [[package]] name = "battery" version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8775be4956c98c9ac7c11cc383d632636935d3a688dabddb71ac83ba00a3a72f" dependencies = [ "cfg-if", "core-foundation", "lazycell", "libc", "mach", "num-traits", "uom", "winapi", ] [[package]] name = "bitflags" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "blurz" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1bc2df4d0f1d373b324672d9966aca3f5ba1f03d69edad6240144774539ea59" dependencies = [ "dbus", "hex", ] [[package]] name = "cfg-if" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" [[package]] name = "configparser" version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe1d7dcda7d1da79e444bdfba1465f2f849a58b07774e1df473ee77030cb47a7" [[package]] name = "core-foundation" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171" dependencies = [ "core-foundation-sys", "libc", ] [[package]] name = "core-foundation-sys" version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac" [[package]] name = "dbus" version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48b5f0f36f1eebe901b0e6bee369a77ed3396334bf3f09abd46454a576f71819" dependencies = [ "libc", "libdbus-sys", ] [[package]] name = "gdk-pixbuf" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16160d212ae91abe9f3324c3fb233929ba322dde63585d15cda3336f8c529ed1" dependencies = [ "gdk-pixbuf-sys", "glib", "glib-sys", "gobject-sys", "libc", ] [[package]] name = "gdk-pixbuf-sys" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "798f97101eea8180da363d0e80e07ec7ec6d1809306601c0100c1de5bc8b4f52" dependencies = [ "bitflags", "gio-sys", "glib-sys", "gobject-sys", "libc", "pkg-config", ] [[package]] name = "gio-sys" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a303bbf7a5e75ab3b627117ff10e495d1b9e97e1d68966285ac2b1f6270091bc" dependencies = [ "bitflags", "glib-sys", "gobject-sys", "libc", "pkg-config", ] [[package]] name = "glib" version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9b0452824cc63066940f01adc721804919f0b76cdba3cfab977b00b87f16d4a" dependencies = [ "bitflags", "glib-sys", "gobject-sys", "lazy_static", "libc", ] [[package]] name = "glib-sys" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9693049613ff52b93013cc3d2590366d8e530366d288438724b73f6c7dc4be8" dependencies = [ "bitflags", "libc", "pkg-config", ] [[package]] name = "gobject-sys" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60d507c87a71b1143c66ed21a969be9b99a76df234b342d733e787e6c9c7d7c2" dependencies = [ "bitflags", "glib-sys", "libc", "pkg-config", ] [[package]] name = "hex" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" [[package]] name = "lazy_static" version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lazycell" version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" version = "0.2.77" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235" [[package]] name = "libdbus-sys" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0" dependencies = [ "pkg-config", ] [[package]] name = "libnotify" version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10506a4f8bc6f8f7ccc6fde3a8290378d7aed3d1a26dca606a73e2ffe140cc2d" dependencies = [ "gdk-pixbuf", "gdk-pixbuf-sys", "glib", "glib-sys", "gobject-sys", "libnotify-sys", ] [[package]] name = "libnotify-sys" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0a716b9b7d24ed10f1eb431e1527fa13c9a4bf2d4fa68bb3e54da1d0747383c" dependencies = [ "bitflags", "gdk-pixbuf-sys", "glib-sys", "gobject-sys", "libc", "pkg-config", ] [[package]] name = "libpulse-binding" version = "2.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1795efad67f34ae95740ded62e3c346e707b0caeb0f6088d75958e97316b5538" dependencies = [ "libc", "libpulse-sys", "winapi", ] [[package]] name = "libpulse-sys" version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f53857071d564f864755a6945d316cc8fe62c36ed20bd4231c8ab6b62141786" dependencies = [ "libc", "pkg-config", "winapi", ] [[package]] name = "mach" version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" dependencies = [ "libc", ] [[package]] name = "num-traits" version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" dependencies = [ "autocfg", ] [[package]] name = "pkg-config" version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33" [[package]] name = "simple-osd-battery" version = "0.1.0" dependencies = [ "battery", "simple-osd-common", ] [[package]] name = "simple-osd-bluetooth" version = "0.1.0" dependencies = [ "blurz", "simple-osd-common", ] [[package]] name = "simple-osd-brightness" version = "0.1.0" dependencies = [ "backlight", "simple-osd-common", ] [[package]] name = "simple-osd-common" version = "0.1.0" dependencies = [ "configparser", "libnotify", "xdg", ] [[package]] name = "simple-osd-pulseaudio" version = "0.1.0" dependencies = [ "libpulse-binding", "simple-osd-common", ] [[package]] name = "typenum" version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" [[package]] name = "uom" version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bb593f5252356bfb829112f8fca2d0982d48588d2d6bb5a92553b0dfc4c9aba" dependencies = [ "num-traits", "typenum", ] [[package]] name = "winapi" version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" dependencies = [ "winapi-i686-pc-windows-gnu", "winapi-x86_64-pc-windows-gnu", ] [[package]] name = "winapi-i686-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "xdg" version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"