2020-06-06 10:04:41 +00:00
|
|
|
[package]
|
2020-11-05 13:52:22 +00:00
|
|
|
name = "packers"
|
2020-06-06 10:04:41 +00:00
|
|
|
version = "0.1.0"
|
2020-11-24 19:19:29 +00:00
|
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
2020-06-06 10:04:41 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dependencies] # In alphabetical order
|
2021-10-04 08:55:38 +00:00
|
|
|
arrow = { version = "5.5", features = ["prettyprint"] }
|
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
|
|
|
snafu = "0.6.2"
|
2021-04-02 20:14:30 +00:00
|
|
|
observability_deps = { path = "../observability_deps" }
|
2021-10-04 08:55:36 +00:00
|
|
|
parquet = "5.5"
|
2020-06-06 10:04:41 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dev-dependencies] # In alphabetical order
|
2021-08-19 11:09:34 +00:00
|
|
|
criterion = "0.3.3"
|
2021-03-15 15:42:19 +00:00
|
|
|
rand = "0.8.3"
|
2021-02-04 23:56:02 +00:00
|
|
|
test_helpers = { path = "../test_helpers" }
|
2021-08-19 11:09:34 +00:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "packers"
|
|
|
|
harness = false
|