[package]
name = "arrow-format"
version = "0.1.1"
edition = "2018"
license = "Apache-2.0"
authors = ["Jorge C. Leitao <jorgecarleitao@gmail.com>"]
keywords = [ "arrow", "analytics" ]
description = "Unofficial flatbuffers and tonic code of Apache Arrow spec"
[dependencies]
flatbuffers = { version = "=2.0.0", optional = true }
tonic = { version = "0.5.2", optional = true }
prost = { version = "0.8.0", optional = true }
prost-derive = { version = "0.8.0", optional = true }
[features]
default = []
full = ["ipc", "flight"]
ipc = ["flatbuffers"]
flight = ["tonic", "prost", "prost-derive"]