# 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" name = "builder-rust" version = "0.2.0" authors = [ "Jamy Golden ", "Tinted Theming ", ] description = "A Tinted Theming template builder which uses yaml color schemes to generate theme files." homepage = "https://github.com/tinted-theming/builder-rust" readme = "README.md" keywords = [ "cli", "base16", "base24", "tinted-theming", ] categories = [ "command-line-utilities", "library", "serialization", ] license = "GPL-3.0" repository = "https://github.com/tinted-theming/builder-rust" [[bin]] name = "builder-rust" path = "src/main.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.2" [dependencies.dirs] version = "5.0.1" [dependencies.ramhorns] version = "0.14.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.unicode-normalization] version = "0.1.23" [dev-dependencies.strip-ansi-escapes] version = "0.2.0"