[go: up one dir, main page]

arrow-format 0.1.1

Unofficial flatbuffers and tonic code of Apache Arrow spec
Documentation
[dependencies.flatbuffers]
optional = true
version = "=2.0.0"

[dependencies.prost]
optional = true
version = "0.8.0"

[dependencies.prost-derive]
optional = true
version = "0.8.0"

[dependencies.tonic]
optional = true
version = "0.5.2"

[features]
default = []
flight = ["tonic", "prost", "prost-derive"]
full = ["ipc", "flight"]
ipc = ["flatbuffers"]

[package]
authors = ["Jorge C. Leitao <jorgecarleitao@gmail.com>"]
description = "Unofficial flatbuffers and tonic code of Apache Arrow spec"
edition = "2018"
keywords = ["arrow", "analytics"]
license = "Apache-2.0"
name = "arrow-format"
version = "0.1.1"