Cargo Features

Tengwar has no features set by default.

[dependencies]
tengwar = { version = "1.1.0", features = ["csur", "dots-standard", "mode-custom"] }
csur

Use the codepoints in the ConScript Unicode Registry, rather than the official codepoints in the Supplementary Multilingual Plane. This feature does not yet do anything, because the codepoints in the SMP have not been approved,
but it exists in advance for any dependents to opt out of the switch ahead of time.
We may be waiting for a while.

dots-standard

Use standard Unicode characters for dot punctuation.

mode-custom = serde

Enable custom transcription modes, defined by config file.

Affects mode::custom

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 mode-custom?