56 lines
1.4 KiB
TOML
56 lines
1.4 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 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 = "cruet"
|
|
version = "0.13.3"
|
|
authors = [
|
|
"Josh Teeter<joshteeter@gmail.com>",
|
|
"Chrislearn Young<chris@kenorld.com>",
|
|
]
|
|
include = [
|
|
"**/*.rs",
|
|
"Cargo.toml",
|
|
"README.md",
|
|
]
|
|
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.
|
|
"""
|
|
homepage = "https://github.com/chrislearn/cruet"
|
|
documentation = "https://docs.rs/cruet"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"pluralize",
|
|
"camel",
|
|
"snake",
|
|
"Inflector",
|
|
"inflection",
|
|
]
|
|
categories = [
|
|
"text-processing",
|
|
"value-formatting",
|
|
]
|
|
license = "BSD-2-Clause"
|
|
repository = "https://github.com/chrislearn/cruet"
|
|
|
|
[lib]
|
|
name = "cruet"
|
|
|
|
[dependencies.once_cell]
|
|
version = "1"
|
|
|
|
[dependencies.regex]
|
|
version = "1"
|
|
|
|
[badges.travis-ci]
|
|
repository = "chrislearn/cruet"
|