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>"]
|
2021-10-25 08:45:44 +00:00
|
|
|
edition = "2021"
|
2020-06-06 10:04:41 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dependencies] # In alphabetical order
|
2022-01-13 17:07:15 +00:00
|
|
|
arrow = { version = "7.0", features = ["prettyprint"] }
|
2020-11-05 19:35:38 +00:00
|
|
|
influxdb_tsm = { path = "../influxdb_tsm" }
|
2021-10-11 09:45:08 +00:00
|
|
|
schema = { path = "../schema" }
|
2022-01-11 19:22:36 +00:00
|
|
|
snafu = "0.7"
|
2021-04-02 20:14:30 +00:00
|
|
|
observability_deps = { path = "../observability_deps" }
|
2022-01-13 17:07:15 +00:00
|
|
|
parquet = "7.0"
|
2021-11-19 14:21:57 +00:00
|
|
|
workspace-hack = { path = "../workspace-hack"}
|
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
|