1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g. crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "Inflector"
15version = "0.11.4"
16authors = ["Josh Teeter<joshteeter@gmail.com>"]
17include = ["**/*.rs", "Cargo.toml", "README.md"]
18description = "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"
19homepage = "https://github.com/whatisinternet/inflector"
20documentation = "https://docs.rs/Inflector"
21readme = "README.md"
22keywords = ["pluralize", "Inflector", "camel", "snake", "inflection"]
23categories = ["text-processing", "value-formatting"]
24license = "BSD-2-Clause"
25repository = "https://github.com/whatisinternet/inflector"
26
27[lib]
28name = "inflector"
29[dependencies.lazy_static]
30version = "1.2.0"
31optional = true
32
33[dependencies.regex]
34version = "1.1"
35optional = true
36
37[features]
38default = ["heavyweight"]
39heavyweight = ["regex", "lazy_static"]
40unstable = []
41[badges.travis-ci]
42repository = "whatisinternet/Inflector"
43