Cargo Features

[dependencies]
git-function-history-gui = { version = "0.4.1", default-features = false, features = ["parallel", "not-parallel"] }
default = parallel

The parallel feature is set by default whenever git-function-history-gui is added without default-features = false somewhere in the dependency tree.

parallel default

Enables parallel of function_history_backend_thread ^0.2.2 and git_function_history ^0.6.2

not-parallel

git-function-history-gui has 3 features without comments.