# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "polars-arrow-format" version = "0.1.0" authors = [ "Jorge C. Leitao ", "ritchie46@gmail.com", ] description = "Unofficial flatbuffers and tonic code of Apache Arrow spec" homepage = "https://github.com/polar-rs/arrow-format" readme = "README.md" keywords = [ "arrow", "analytics", ] license-file = "./LICENSE" repository = "https://github.com/pola-rs/arrow-format" [dependencies.planus] version = "0.3.1" optional = true [dependencies.prost] version = "0.11.0" optional = true [dependencies.prost-derive] version = "0.11.0" optional = true [dependencies.serde] version = "1" features = [ "derive", "std", ] optional = true default-features = false [dependencies.tonic] version = "0.8.0" optional = true [features] default = [] flight-data = [ "prost", "prost-derive", ] flight-service = [ "flight-data", "tonic", ] full = [ "ipc", "flight-data", "flight-service", ] ipc = [ "planus", "serde", ]