Cargo Features

[dependencies]
cargo-function-history = { version = "0.2.1", default-features = false, features = ["parallel", "not-parallel"] }
default = parallel

The parallel feature is set by default whenever cargo-function-history 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

cargo-function-history has 3 features without comments.