# 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 = "tinted-builder-rust" version = "0.12.1" authors = [ "Jamy Golden ", "Tinted Theming ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple rendering of mustache templates" homepage = "https://github.com/tinted-theming/tinted-builder-rust" documentation = "https://github.com/tinted-theming/tinted-builder-rust" readme = "README.md" keywords = [ "mustache", "template", ] categories = ["template-engine"] license = "MIT OR Apache-2.0" repository = "https://github.com/tinted-theming/tinted-builder-rust" [lib] name = "tinted_builder_rust" path = "src/lib.rs" [[bin]] name = "tinted-builder-rust" path = "src/main.rs" [[test]] name = "operation_build" path = "tests/operation_build.rs" [[test]] name = "operation_sync" path = "tests/operation_sync.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.2" [dependencies.dirs] version = "5.0.1" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.tinted-builder] version = "0.8.0" [dev-dependencies.strip-ansi-escapes] version = "0.2.0"