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 whenevervortex-file
is added without
somewhere in the dependency tree.default-features = false - futures
-
Enables io of futures-util, futures of vortex-io
- compio
- tokio default
- object_store
-
Enables object_store, object_store of vortex-error and vortex-io
vortex-file has 5 features without comments.