Cargo Features
arrow-format has no features set by default.
[dependencies]
arrow-format = { version = "0.8.1", features = ["full", "flight-data", "flight-service", "ipc"] }
- full = flight-data, flight-service, ipc
- flight-data flight-service? full? = prost, prost-derive
-
Affects
flight::data
,arrow-format::flight
… - flight-service full? = flight-data, tonic
-
Affects
flight::service
,arrow-format::flight
… - ipc full? = planus, serde
-
Affects
arrow-format::ipc
…
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.
- planus ipc?
-
Enables planus ^0.3.1
- serde ipc?
- tonic flight-service?
-
Enables tonic ^0.8.0
- prost flight-data?
-
Enables prost ^0.11.0
- prost-derive flight-data?
-
Enables prost-derive ^0.11.0