# 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 = "2024" rust-version = "1.89" name = "cruet" version = "1.0.0" authors = [ "Josh Teeter", "Chrislearn Young", ] build = false include = [ "**/*.rs", "Cargo.toml", "README.md", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false 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/taidge/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/taidge/cruet" [lib] name = "cruet" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.regex] version = "1"