# 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 = "capitalize" version = "0.3.4" authors = [ "Jesus Hernandez ", "Bartek Winter ", ] exclude = [ ".idea/", ".vscode/", ".github/", "tests/", "benches/sample.txt", ] description = "Change first character to upper case and the rest to lower case, and other common alternatives" readme = "README.md" keywords = [ "capitalize", "string", "case", "change", "title", ] categories = ["text-processing"] license = "Unlicense" repository = "https://github.com/jhg/capitalize-rs" [package.metadata.docs.rs] all-features = true [[bench]] name = "benchmark" harness = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.data-test] version = "0.1" [features] default = [] nightly = []