# 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 = "inflect-rs" version = "0.0.0" authors = ["Lewis Wynne "] publish = true description = "inflect-rs is a Rust port of the Python inflect library, used to generate plurals, ordinals, indefinite articles, and to convert numbers to words." homepage = "https://github.com/llywelwyn/inflect_rs" readme = "README.md" keywords = [ "inflect", "plural", "ordinal", "pluralize", "formatting", ] categories = [ "text-processing", "value-formatting", ] license = "MIT" repository = "https://github.com/llywelwyn/inflect_rs" [dependencies.regex] version = "1.9.5"