Cargo Features

[dependencies]
vrp-core = { version = "1.23.0", default-features = false, features = ["async-evolution"] }
default = rosomaxa

The rosomaxa feature is set by default whenever vrp-core is added without default-features = false somewhere in the dependency tree.

async-evolution

Enables async-evolution of rosomaxa

rosomaxa:

an experimental asynchronous evolution targeting better performance on multiple CPUs

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.

rosomaxa default async-evolution?