Cargo Features

[dependencies]
vortex-file = { version = "0.19.0", default-features = false, features = ["futures", "compio", "tokio", "object_store"] }
default = tokio

The tokio feature is set by default whenever vortex-file is added without default-features = false somewhere in the dependency tree.

futures

Enables io of futures-util, futures of vortex-io

compio

Enables compio, compio of vortex-io

tokio default

Enables tokio, tokio of vortex-io

object_store

Enables object_store, object_store of vortex-error and vortex-io

vortex-file has 5 features without comments.