[package]
name = "theme-detector"
version = "1.0.0"
authors = ["CELESTIFYX Team <celestifyx@gmail.com>"]
edition = "2024"
license = "GPL-3.0-or-later"
description = "Detect GTK and Qt themes, icons, fonts, cursors, and wallpapers across Linux desktop environments."
repository = "https://gitlab.com/celestifyx/theme-detector"
keywords = ["gtk", "qt", "theme", "linux", "desktop"]
categories = ["os::linux-apis"]
[dependencies.gio]
version = "0.22.0-alpha.2"
optional = true
[dependencies.glib]
version = "0.22.0-alpha.2"
optional = true
[dependencies.dbus]
version = "0.9.10"
optional = true
[dependencies.libloading]
version = "0.9.0"
optional = true
[dependencies.libc]
version = "1.0.0-alpha.2"
optional = true
[features]
default = []
gsettings = ["gio", "glib"]
xfconf = ["dbus"]
dconf = ["libloading", "libc"]
[[example]]
name = "usage"
path = "examples/usage.rs"