[package] name = "makeover" version = "1.0.0" edition = "2024" description = "Shared theme loading for the make-family apps: TOML theme files parsed into intent-based color tokens, with perceptual derivations and WCAG contrast." license = "MIT" repository = "https://git.sr.ht/~maxmj/makeover" [dependencies] serde = { version = "1", features = ["derive"] } toml = "0.8" include_dir = "0.7" [dev-dependencies] tempfile = "3"