# 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 = "recase" version = "0.3.0" authors = ["galatea21"] description = "Changes the convention case of input text." homepage = "https://github.com/galatea21/recase" documentation = "https://docs.rs/recase" readme = "README.md" keywords = [ "recase", "text", "case", "convention", ] categories = ["text-processing"] license = "BSD-2-Clause" repository = "https://github.com/galatea21/recase" [dependencies.unicode-segmentation] version = "1.9.0" [badges.maintenance] status = "actively-developed"