Cargo Features

LICH has no features set by default.

[dependencies]
lich = { version = "0.2.0", features = ["serialization", "rpassword", "serde_json", "unicode-segmentation"] }
serialization = serde, serde_derive

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.

rpassword implicit feature

Enables rpassword ^0.4

rpassword:

Read passwords in console applications

serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format

unicode-segmentation implicit feature
serde serialization?
serde_derive serialization?