Cargo Features

[dependencies]
rsmorphy = { version = "0.4.0", default-features = false, features = ["fast_debug", "safe_native", "profile"] }
default = fast_debug

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

fast_debug default

TODO Remove when cargo can build dependencies in release mode.
Workaround for the significant slowdown with loading dictionaries in tests.

Enables miniz-sys of flate2

safe_native

Enables rust_backend of flate2

profile