influxdb/mutable_batch/Cargo.toml

23 lines
599 B
TOML
Raw Normal View History

[package]
name = "mutable_batch"
description = "A mutable arrow RecordBatch"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
arrow = { workspace = true, features = ["prettyprint"] }
arrow_util = { path = "../arrow_util" }
chrono = { version = "0.4", default-features = false }
2022-05-05 19:29:24 +00:00
data_types = { path = "../data_types" }
iox_time = { path = "../iox_time" }
schema = { path = "../schema" }
2022-01-11 19:22:36 +00:00
snafu = "0.7"
hashbrown = { workspace = true }
itertools = "0.10"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
rand = "0.8"