Cargo Features

ParetoFront has no features set by default.

[dependencies]
pareto_front = { version = "1.0.1", features = ["pareto_front_serde", "pareto_front_concurrent"] }
pareto_front_serde = serde
pareto_front_concurrent = thread_local

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.

serde pareto_front_serde?
thread_local pareto_front_concurrent?