Cargo Features

vortex-io has no features set by default.

[dependencies]
vortex-io = { version = "0.21.1", features = ["futures", "object_store", "tokio", "compio", "tracing"] }
futures

Enables io of futures-util

object_store

Enables object_store, object_store of vortex-error

tokio

Enables fs of tokio

this is the maximum subset of fetaures that is safe for wasm32 targets

Features from optional dependencies

compio implicit feature

Enables compio

compio:

Completion based async runtime

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust