# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.74.0" name = "tinted-builder" version = "0.8.0" authors = [ "Jamy Golden ", "Tinted Theming ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Tinted Theming template builder which uses yaml color schemes to generate theme files." homepage = "https://github.com/tinted-theming/tinted-builder-rust" readme = "README.md" keywords = [ "cli", "base16", "base24", "tinted-theming", ] categories = [ "command-line-utilities", "template-engine", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tinted-theming/tinted-builder-rust" [lib] name = "tinted_builder" path = "src/lib.rs" [[test]] name = "general" path = "tests/general.rs" [dependencies.clap] version = "4.5.2" [dependencies.dirs] version = "5.0.1" [dependencies.quick-xml] version = "0.36.1" features = ["serialize"] [dependencies.regex] version = "1.10.4" [dependencies.ribboncurls] version = "0.2.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.thiserror] version = "1.0.63" [dependencies.unicode-normalization] version = "0.1.23" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.strip-ansi-escapes] version = "0.2.0"