gecko-dev/third_party/rust/Inflector/Cargo.toml
David Teller 7160366b8c Bug 1437004 - Vendored Rust dependencies;r=froydnj
MozReview-Commit-ID: Grf1bKIx2iT

--HG--
extra : rebase_source : 8013a66263a3a014944b0815ff9bc7d8ac0ad9a3
2018-04-04 14:14:26 +02:00

43 lines
1.5 KiB
TOML

# 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<joshteeter@gmail.com>"]
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"