arrow-format 0.8.1

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

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

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

[dependencies.serde]
default-features = false
features = ["derive", "std"]
optional = true
version = "1"

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

[features]
default = []
flight-data = ["prost", "prost-derive"]
flight-service = ["flight-data", "tonic"]
full = ["ipc", "flight-data", "flight-service"]
ipc = ["planus", "serde"]

[package]
authors = ["Jorge C. Leitao <jorgecarleitao@gmail.com>"]
description = "Unofficial flatbuffers and tonic code of Apache Arrow spec"
edition = "2018"
homepage = "https://github.com/DataEngineeringLabs/arrow-format"
keywords = ["arrow", "analytics"]
license = "Apache-2.0"
name = "arrow-format"
readme = "README.md"
repository = "https://github.com/DataEngineeringLabs/arrow-format"
version = "0.8.1"