Cargo Features

[dependencies]
vega_lite_5 = { version = "0.7.0", default-features = false, features = ["show_vega", "polars", "ndarray", "csv", "rulinalg", "nalgebra"] }
default = csv, ndarray, show_vega

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

show_vega default = anyhow, showata
polars

Enables polars ^0.28

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.

showata show_vega
anyhow show_vega
ndarray default
csv default
rulinalg implicit feature

Enables rulinalg

rulinalg:

A linear algebra library

nalgebra implicit feature

Enables nalgebra ^0.23