Cargo Features
[dependencies]
polars-cli = { version = "0.8.0", default-features = false, features = ["highlight", "ipc", "json", "parquet"] }
- default = highlight, ipc, json, parquet
-
These default features are set whenever
polars-cli
is added without
somewhere in the dependency tree.default-features = false - highlight default = nu-ansi-term
- ipc default
-
Enables ipc of polars ^0.40
polars:
support for arrows ipc file parsing
- json default
-
Enables json of polars ^0.40
polars:
support for arrows json parsing
- parquet default
-
Enables parquet of polars ^0.40
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.