Cargo Features

VortexFile has no features set by default.

[dependencies]
vortex-file = { version = "0.25.2", features = ["object_store", "tracing", "tokio"] }
object_store

Enables object_store of vortex-error and vortex-io

tracing

Enables tracing and tracing-futures, tracing of vortex-io and vortex-layout

Features from optional dependencies

tokio implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications