Cargo Features

gcj-helper has no features set by default.

[dependencies]
gcj-helper = { version = "0.5.0", features = ["parallel", "clippy"] }
parallel = rayon

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.

clippy implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust

rayon parallel?

Enables rayon ^0.6