# 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" rust-version = "1.61.0" name = "inflection-rs" version = "0.2.0" exclude = [ "Dockerfile", "target", "docker*", "*.lock", ".*", ] description = "Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string." homepage = "https://github.com/floating-floaties/inflection-rs" readme = "README.md" keywords = [ "inflection", "parameterize", "pluralize", "singularize", "titleize", ] license = "GPL-3.0-only" repository = "https://github.com/floating-floaties/inflection-rs" [lib] bench = false [[bench]] name = "inflection_benchmark" harness = false [dependencies.deunicode] version = "1.3" [dependencies.hashbrown] version = "0.13" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.8" [dependencies.string-utility] version = "0.2" [dev-dependencies.criterion] version = "0.4"