Cargo Features

[dependencies]
decancer = { version = "3.2.0", default-features = false, features = ["options", "leetspeak", "serde"] }
default = leetspeak, options

These default features are set whenever decancer is added without default-features = false somewhere in the dependency tree.

options default
leetspeak default = lazy_static, regex

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

regex leetspeak
lazy_static leetspeak