Cargo Features

[dependencies]
titlecase = { version = "3.3.0", default-features = false, features = ["perf", "wasm"] }
default = perf

The perf feature is set by default whenever titlecase is added without default-features = false somewhere in the dependency tree.

perf default

Enables perf of regex

regex:

PERFORMANCE FEATURES

Enables all default performance features. Note that this specifically does not include perf-dfa-full, because it leads to higher compile times and bigger binaries, and the runtime performance improvement is not obviously worth it.

wasm

Enables wasm-bindgen

titlecase has 3 features without comments.