influxdb/ingest/Cargo.toml

20 lines
569 B
TOML
Raw Normal View History

[package]
name = "ingest"
version = "0.1.0"
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
edition = "2018"
[dependencies] # In alphabetical order
arrow_deps = { path = "../arrow_deps" }
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
influxdb_tsm = { path = "../influxdb_tsm" }
internal_types = { path = "../internal_types" }
packers = { path = "../packers" }
snafu = "0.6.2"
tracing_deps = { path = "../tracing_deps" }
[dev-dependencies] # In alphabetical order
2020-12-01 10:52:33 +00:00
flate2 = "1.0"
2021-02-19 16:03:33 +00:00
parking_lot = "0.11.1"
test_helpers = { path = "../test_helpers" }