influxdb/arrow_util/Cargo.toml

21 lines
463 B
TOML

[package]
name = "arrow_util"
version = "0.1.0"
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2021"
description = "Apache Arrow utilities"
[dependencies]
arrow = { version = "6.0", features = ["prettyprint"] }
ahash = "0.7.5"
num-traits = "0.2"
snafu = "0.6"
hashbrown = "0.11"
# used by arrow anyway (needed for printing workaround)
chrono = "0.4"
comfy-table = { version = "5.0", default-features = false }
[dev-dependencies]
rand = "0.8.3"