2020-08-05 12:47:14 +00:00
|
|
|
[package]
|
2020-11-05 14:36:46 +00:00
|
|
|
name = "mem_qe"
|
2020-08-05 12:47:14 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Edd Robinson <me@edd.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dependencies] # In alphabetical order
|
2021-05-05 16:59:12 +00:00
|
|
|
arrow = { path = "../arrow" }
|
2021-02-04 23:56:02 +00:00
|
|
|
chrono = "0.4"
|
2020-08-05 12:47:14 +00:00
|
|
|
croaring = "0.4.5"
|
2021-03-15 15:42:19 +00:00
|
|
|
crossbeam = "0.8"
|
2020-08-19 16:55:09 +00:00
|
|
|
human_format = "1.0.3"
|
2021-02-04 23:56:02 +00:00
|
|
|
packers = { path = "../packers" }
|
|
|
|
snafu = "0.6.8"
|
2021-04-02 20:14:30 +00:00
|
|
|
observability_deps = { path = "../observability_deps" }
|
2021-05-05 16:59:12 +00:00
|
|
|
parquet = { path = "../parquet" }
|
2020-08-19 16:55:09 +00:00
|
|
|
|
2021-02-04 23:56:02 +00:00
|
|
|
[dev-dependencies] # In alphabetical order
|
2020-11-04 17:33:41 +00:00
|
|
|
criterion = "0.3"
|