# 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-inflector" version = "0.3.0" authors = ["Ivan Ganev "] description = "Handlebars string inflector helper." homepage = "https://github.com/iganev/handlebars-inflector" documentation = "https://docs.rs/crate/handlebars-inflector/" readme = "README.md" keywords = [ "handlebars", "inflector", "helper", "singular", "plural", ] categories = [ "template-engine", "web-programming", "value-formatting", "text-processing", ] license = "BSD-2-Clause" repository = "https://github.com/iganev/handlebars-inflector" [lib] name = "handlebars_inflector" path = "src/lib.rs" [dependencies.Inflector] version = "0" [dependencies.handlebars] version = "6" [badges.maintenance] status = "actively-developed"