Cargo Features

[dependencies]
pq2xl = { version = "0.0.1", default-features = false, features = ["markdown-help", "polars-struct", "polars-categorical", "polars-decimal"] }
default = polars-categorical, polars-decimal, polars-struct

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

markdown-help

Enables clap-markdown

polars-struct default

Enables dtype-struct of polars

polars-categorical default

Enables dtype-categorical of polars

polars-decimal default

Enables dtype-decimal of polars

pq2xl has 5 features without comments.