Cargo Features

[dependencies]
srgn = { version = "0.12.0", default-features = false, features = ["all", "german", "symbols"] }
default = all

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

all default = german, symbols
german all = cached, decompound, fst, once_cell
symbols all

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.

cached german?

Enables cached ^0.44.0

fst german?
once_cell german?
decompound german?