# 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.70.0" name = "titlecase" version = "3.3.0" authors = ["Wesley Moore "] description = "Capitalize text according to a style defined by John Gruber for Daring Fireball." documentation = "https://docs.rs/titlecase" readme = "README.md" keywords = [ "title", "case", "capitalization", "capitalisation", "wasm", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/wezm/titlecase" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.regex] version = "1.10" features = [ "std", "unicode-perl", ] default-features = false [dependencies.wasm-bindgen] version = "0.2.92" optional = true [features] default = ["perf"] perf = ["regex/perf"] wasm = ["dep:wasm-bindgen"]