Cargo Features
[dependencies]
vortex-dtype = { version = "0.27.0", default-features = false, features = ["arrow", "proto", "serde", "rkyv", "arbitrary"] }
- default = arrow
-
The
arrow
feature is set by default whenevervortex-dtype
is added without
somewhere in the dependency tree.default-features = false - arrow default
-
Enables arrow-schema
Affects
vortex-dtype::arrow
… - proto
-
Enables dtype of vortex-proto
Affects
vortex-dtype::proto
… - serde
-
Enables serde
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.