2020-06-03 22:29:57 +00:00
|
|
|
[package]
|
2020-11-05 18:44:36 +00:00
|
|
|
name = "ingest"
|
2020-06-03 22:29:57 +00:00
|
|
|
version = "0.1.0"
|
2020-11-24 19:19:29 +00:00
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
2020-06-03 22:29:57 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dependencies] # In alphabetical order
|
|
|
|
arrow_deps = { path = "../arrow_deps" }
|
|
|
|
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
2020-11-05 19:35:38 +00:00
|
|
|
influxdb_tsm = { path = "../influxdb_tsm" }
|
2021-03-19 16:27:57 +00:00
|
|
|
internal_types = { path = "../internal_types" }
|
2021-02-04 23:56:02 +00:00
|
|
|
packers = { path = "../packers" }
|
|
|
|
snafu = "0.6.2"
|
2021-04-02 20:14:30 +00:00
|
|
|
observability_deps = { path = "../observability_deps" }
|
2020-06-06 10:04:41 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[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"
|
2021-02-04 23:56:02 +00:00
|
|
|
test_helpers = { path = "../test_helpers" }
|