2020-08-05 12:47:14 +00:00
|
|
|
[package]
|
|
|
|
name = "delorean_mem_qe"
|
|
|
|
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-09-24 14:41:48 +00:00
|
|
|
delorean_arrow = { path = "../delorean_arrow" }
|
2020-08-05 12:47:14 +00:00
|
|
|
delorean_table = { path = "../delorean_table" }
|
2020-09-11 12:39:02 +00:00
|
|
|
heapsize = "0.4.2"
|
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-08-14 10:25:48 +00:00
|
|
|
log = "0.4.11"
|
|
|
|
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-09-24 16:11:14 +00:00
|
|
|
criterion = "0.3"
|