# 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 = "ribboncurls-cli" version = "0.4.1" authors = ["Tinted Theming "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple rendering of mustache templates" homepage = "https://github.com/tinted-theming/ribboncurls" documentation = "https://docs.rs/ribboncurls-cli" readme = "README.md" keywords = [ "mustache", "template", ] categories = ["template-engine"] license = "MPL-2.0" repository = "https://github.com/tinted-theming/ribboncurls" [[bin]] name = "ribboncurls" path = "src/main.rs" [[test]] name = "operation_render" path = "tests/operation_render.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.clap] version = "4.5.2" [dependencies.ribboncurls] version = "0.4.1" [dependencies.serde_yaml] version = "0.9.33"