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-10-19 17:14:08 +00:00
|
|
|
arrow = { version = "6.0", features = ["prettyprint"] }
|
2021-10-11 08:36:50 +00:00
|
|
|
ahash = "0.7.5"
|
2021-05-11 16:43:38 +00:00
|
|
|
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"
|
2021-10-20 10:44:36 +00:00
|
|
|
comfy-table = { version = "4.0", default-features = false }
|
2021-05-11 16:43:38 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
rand = "0.8.3"
|