# 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.65.0" name = "ribboncurls" version = "0.4.1" authors = ["Tinted Theming "] build = "build.rs" 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" readme = "README.md" keywords = [ "mustache", "template", ] categories = ["template-engine"] license = "MPL-2.0" repository = "https://github.com/tinted-theming/ribboncurls" [lib] name = "ribboncurls" path = "src/lib.rs" [[test]] name = "from_specs" path = "tests/from_specs.rs" [[test]] name = "general" path = "tests/general.rs" [dependencies.html-escape] version = "0.2.13" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dependencies.thiserror] version = "1.0.57" [build-dependencies.serde] version = "1.0.197" features = ["derive"] [build-dependencies.serde_yaml] version = "0.9.32"