[dependencies.adw]
features = ["v1_5"]
package = "libadwaita"
version = "0.8.1"
[dependencies.gtk]
features = ["v4_10"]
package = "gtk4"
version = "0.10.3"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"
[dev-dependencies.serde_json]
version = "1.0.140"
[features]
all_themes = ["theme_solarized", "theme_catppuccin", "theme_everforest"]
serde = ["dep:serde"]
theme_catppuccin = []
theme_everforest = []
theme_solarized = []
[lib]
name = "delicious_adwaita"
path = "src/lib.rs"
[package]
authors = ["Gabriele Musco <gabmus@disroot.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Color scheme manager for gtk4 libadwaita applications"
documentation = "https://docs.rs/delicious-adwaita"
edition = "2024"
exclude = ["/.gitignore", "/tagging"]
homepage = "https://gitlab.com/gabmus/delicious-adwaita"
keywords = ["gtk", "libadwaita", "theme", "colorscheme"]
license = "LGPL-2.1-or-later"
name = "delicious-adwaita"
readme = "README.md"
repository = "https://gitlab.com/gabmus/delicious-adwaita"
version = "0.3.2"