Cargo Features

[dependencies]
arrow_util = { version = "0.1.3", default-features = false, features = ["full", "arrow2", "arrow2_ih"] }
default full? = arrow2

The arrow2 feature is set by default whenever arrow_util is added without default-features = false somewhere in the dependency tree.

full = default, polars, sqlx

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.

arrow2 default

Enables arrow2 ^0.17.0

arrow2_ih implicit feature

Enables arrow2 ^0.17.0

arrow2:

Unofficial implementation of Apache Arrow spec in safe Rust

polars full?

Enables polars ^0.28.0

sqlx full?

Enables sqlx ^0.6.3