2019-11-22 21:59:04 +00:00
|
|
|
[package]
|
|
|
|
name = "delorean"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Dix <paul@pauldix.net>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2019-12-04 13:14:37 +00:00
|
|
|
bytes = "0.4.12"
|
|
|
|
rand = "0.7.2"
|
2019-12-09 18:04:01 +00:00
|
|
|
integer-encoding = "1.0.7"
|
2019-11-22 21:59:04 +00:00
|
|
|
|
2019-12-11 23:03:00 +00:00
|
|
|
# actix 2.0 should release around 12/20
|
|
|
|
actix-rt = "1.0.0-alpha.3"
|
|
|
|
actix-web = "2.0.0-alpha.4"
|
|
|
|
|
|
|
|
dotenv = "0.10"
|
|
|
|
env_logger = "0.6"
|
|
|
|
failure = "0.1.1"
|
|
|
|
futures = "0.3.1"
|
|
|
|
|
|
|
|
serde_json = "1.0.44"
|
|
|
|
rocksdb = "0.13"
|
|
|
|
byteorder = "0.3"
|
|
|
|
|
|
|
|
# waiting for tonic to bump up to use newest tokio
|
|
|
|
#tonic = "0.1.0-alpha.6"
|
|
|
|
|
2019-11-22 21:59:04 +00:00
|
|
|
[build-dependencies]
|
2019-12-11 23:03:00 +00:00
|
|
|
#tonic-build = "0.1.0-alpha.6"
|