Cargo Features
[dependencies]
srgn = { version = "0.13.4", default-features = false, features = ["all", "german", "symbols"] }
- default = all
-
The
all
feature is set by default wheneversrgn
is added without
somewhere in the dependency tree.default-features = false - all default = german, symbols
- german all = cached, decompound, fst
- 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.53.1
- decompound german?
- fst german?