Cargo Features
[dependencies]
vega_lite_3 = { version = "0.3.1", default-features = false, features = ["show_vega", "ndarray", "csv", "rulinalg", "nalgebra"] }
- default = csv, ndarray, show_vega
-
These default features are set whenever
vega_lite_3
is added without
somewhere in the dependency tree.default-features = false - show_vega default = anyhow, showata
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
-
Enables showata ^0.2.0
- anyhow show_vega
- ndarray default
-
Enables ndarray ^0.13
- csv default
- rulinalg implicit feature
-
Enables rulinalg
rulinalg:
A linear algebra library
- nalgebra implicit feature
-
Enables nalgebra ^0.19.0