[package] name = "tinted-builder" description = "A Tinted Theming template builder which uses yaml color schemes to generate theme files." version = "0.8.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" authors = ["Jamy Golden ", "Tinted Theming "] homepage = "https://github.com/tinted-theming/tinted-builder-rust" repository = "https://github.com/tinted-theming/tinted-builder-rust" keywords = ["cli", "base16", "base24", "tinted-theming"] categories = ["command-line-utilities", "template-engine"] rust-version = "1.74.0" [dependencies] clap = "4.5.2" dirs = "5.0.1" quick-xml = { version = "0.36.1", features = ["serialize"] } regex = "1.10.4" ribboncurls = "0.2.1" serde = { version = "1.0.197", features = ["derive"] } serde_yaml = "0.9.32" thiserror = "1.0.63" unicode-normalization = "0.1.23" [dev-dependencies] anyhow = "1.0.86" strip-ansi-escapes = "0.2.0"