[package] name = "ingest" version = "0.1.0" authors = ["Andrew Lamb "] 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" observability_deps = { path = "../observability_deps" } [dev-dependencies] # In alphabetical order flate2 = "1.0" parking_lot = "0.11.1" test_helpers = { path = "../test_helpers" }