Cargo Features

piqel has no features set by default.

[dependencies]
piqel = { version = "0.202107.4", features = ["table", "cli"] }
table = polars

Affects value::table

cli = bat, structopt

Required by the pq binary

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.

polars table?

Enables polars ^0.14.2

bat cli?

Enables bat ^0.18.1

structopt cli?