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"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2020-08-13 20:08:41 +00:00
|
|
|
|
2020-08-05 12:47:14 +00:00
|
|
|
[dependencies]
|
2020-11-05 18:44:36 +00:00
|
|
|
arrow_deps = { path = "../arrow_deps" }
|
2020-11-05 13:52:22 +00:00
|
|
|
packers = { path = "../packers" }
|
2020-08-05 12:47:14 +00:00
|
|
|
snafu = "0.6.8"
|
|
|
|
croaring = "0.4.5"
|
2020-08-13 20:08:41 +00:00
|
|
|
crossbeam = "0.7.3"
|
2020-08-11 18:59:30 +00:00
|
|
|
chrono = "0.4"
|
2020-10-26 10:15:47 +00:00
|
|
|
tracing = "0.1"
|
2020-08-14 10:25:48 +00:00
|
|
|
env_logger = "0.7.1"
|
2020-08-19 16:55:09 +00:00
|
|
|
human_format = "1.0.3"
|
|
|
|
|
|
|
|
|
2020-08-05 12:47:14 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2020-11-04 17:33:41 +00:00
|
|
|
criterion = "0.3"
|