Cargo Features
[dependencies]
polars-cli = { version = "0.9.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
-
polars:
support for arrows ipc file parsing
- json default
-
polars:
support for arrows json parsing
- parquet default
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.