influxdb/mem_qe/Cargo.toml

20 lines
406 B
TOML
Raw Normal View History

2020-08-05 12:47:14 +00:00
[package]
name = "mem_qe"
2020-08-05 12:47:14 +00:00
version = "0.1.0"
authors = ["Edd Robinson <me@edd.io>"]
edition = "2018"
[dependencies] # In alphabetical order
arrow_deps = { path = "../arrow_deps" }
chrono = "0.4"
2020-08-05 12:47:14 +00:00
croaring = "0.4.5"
2020-08-13 20:08:41 +00:00
crossbeam = "0.7.3"
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"
packers = { path = "../packers" }
snafu = "0.6.8"
tracing = "0.1"
2020-08-19 16:55:09 +00:00
[dev-dependencies] # In alphabetical order
criterion = "0.3"