Cargo Features

arrow-ipc has no features set by default.

[dependencies]
arrow-ipc = { version = "51.0.0", features = ["lz4", "zstd"] }
lz4 = lz4_flex

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.

lz4_flex lz4?
zstd implicit feature

Enables zstd

zstd:

Binding for the zstd compression library