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 whenevercargo-function-history
is added without
somewhere in the dependency tree.default-features = false - 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.