Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,17 @@ license = "Apache-2.0"
homepage = "https://github.com/DataEngineeringLabs/arrow-format"
repository = "https://github.com/DataEngineeringLabs/arrow-format"
authors = ["Jorge C. Leitao <[email protected]>"]
keywords = [ "arrow", "analytics" ]
keywords = ["arrow", "analytics"]
description = "Unofficial flatbuffers and tonic code of Apache Arrow spec"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
planus = { version = "0.3.1", optional = true }
serde = { version = "1", optional = true, default-features = false, features = ["derive", "std"] }
planus = { version = "0.4.0", optional = true }
serde = { version = "1", optional = true, default-features = false, features = [
"derive",
"std",
] }
tonic = { version = "0.8.0", optional = true }
prost = { version = "0.11.0", optional = true }
prost-derive = { version = "0.11.0", optional = true }
Expand Down
Loading