Cargo Features

[dependencies]
vrp-cli = { version = "1.25.0", default-features = false, features = ["csv-format", "scientific-format", "py_bindings", "vrp-core"] }
default = csv-format, scientific-format, vrp-core

These default features are set whenever vrp-cli is added without default-features = false somewhere in the dependency tree.

csv-format default = csv
scientific-format default = vrp-scientific
py_bindings

Enables pyo3 ^0.22.6

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.

vrp-core default
vrp-scientific scientific-format
csv csv-format