influxdb/mutable_batch_lp/Cargo.toml

26 lines
545 B
TOML
Raw Normal View History

[package]
name = "mutable_batch_lp"
version = "0.1.0"
2021-10-25 08:45:44 +00:00
edition = "2021"
description = "Conversion logic for line protocol -> MutableBatch"
[dependencies]
hashbrown = "0.12"
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
mutable_batch = { path = "../mutable_batch" }
schema = { path = "../schema" }
2022-01-11 19:22:36 +00:00
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
arrow_util = { path = "../arrow_util" }
assert_matches = "1.5.0"
criterion = "0.3"
[[bench]]
name = "parse_lp"
harness = false
[lib]
bench = false