# 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 = "handlebars_switch" version = "0.7.0" authors = ["Jeremy Nicklas "] description = "Adds a `{{#switch}}` helper to handlebars-rust." homepage = "https://github.com/nickjer/handlebars_switch" documentation = "https://docs.rs/handlebars_switch/" readme = "README.md" keywords = [ "handlebars", "templating", "web", ] license = "MIT" repository = "https://github.com/nickjer/handlebars_switch" [dependencies.handlebars] version = "6.0" [dependencies.serde_json] version = "1.0"