influxdb/delorean_mem_qe/Cargo.toml

29 lines
1020 B
TOML
Raw Normal View History

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]
delorean_table = { path = "../delorean_table" }
2020-08-21 00:51:26 +00:00
arrow = { git = "https://github.com/alamb/arrow.git", rev="46f18c2602072e083809e0846b810e0cc3c59fdd", version = "2.0.0-SNAPSHOT" }
parquet = { git = "https://github.com/alamb/arrow.git", rev="46f18c2602072e083809e0846b810e0cc3c59fdd", version = "2.0.0-SNAPSHOT" }
datafusion = { git = "https://github.com/alamb/arrow.git", rev="46f18c2602072e083809e0846b810e0cc3c59fdd", version = "2.0.0-SNAPSHOT" }
#arrow = { path = "/Users/alamb/Software/arrow/rust/arrow" }
#parquet = { path = "/Users/alamb/Software/arrow/rust/parquet" }
#datafusion = { path = "/Users/alamb/Software/arrow/rust/datafusion" }
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"
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]