# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "Inflector" version = "0.11.2" authors = ["Josh Teeter"] exclude = [".travis.yml", ".gitignore"] description = "Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.\n" homepage = "https://github.com/whatisinternet/inflector" documentation = "https://docs.rs/Inflector" readme = "README.md" keywords = ["pluralize", "Inflector", "camel", "snake", "inflection"] categories = ["text-processing", "value-formatting"] license = "BSD-2-Clause" repository = "https://github.com/whatisinternet/inflector" [lib] name = "inflector" [dependencies.lazy_static] version = "1.0.0" optional = true [dependencies.regex] version = "0.2" optional = true [features] default = ["heavyweight"] heavyweight = ["regex", "lazy_static"] unstable = [] [badges.travis-ci] repository = "whatisinternet/Inflector"