2021-05-05 16:59:12 +00:00
|
|
|
[package]
|
|
|
|
name = "arrow_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
|
|
edition = "2018"
|
|
|
|
description = "Apache Arrow utilities"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
2021-07-19 12:49:51 +00:00
|
|
|
arrow = { version = "5.0", features = ["prettyprint"] }
|
2021-05-11 16:43:38 +00:00
|
|
|
ahash = "0.7.2"
|
|
|
|
num-traits = "0.2"
|
2021-05-11 20:16:25 +00:00
|
|
|
snafu = "0.6"
|
2021-05-11 16:43:38 +00:00
|
|
|
hashbrown = "0.11"
|
2021-07-22 17:08:27 +00:00
|
|
|
# used by arrow anyway (needed for printing workaround)
|
|
|
|
chrono = "0.4"
|
|
|
|
prettytable-rs = "0.8"
|
2021-05-11 16:43:38 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rand = "0.8.3"
|