2018-05-12 20:58:36 +08:00
|
|
|
[package]
|
|
|
|
name = "raptor-http"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Kerollmops <renault.cle@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
env_logger = { version = "0.3", default-features = false }
|
2018-07-07 03:50:19 +08:00
|
|
|
raptor = { path = "../raptor" }
|
2018-05-12 20:58:36 +08:00
|
|
|
futures = "0.1"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
tokio-minihttp = { git = "https://github.com/Kerollmops/tokio-minihttp.git" }
|
|
|
|
tokio-proto = "0.1"
|
|
|
|
tokio-service = "0.1"
|
|
|
|
url = "1.7"
|
|
|
|
|
|
|
|
[dependencies.fst]
|
2018-05-12 23:41:29 +08:00
|
|
|
git = "https://github.com/Kerollmops/fst.git"
|
|
|
|
branch = "op-builder-with-state"
|
|
|
|
|
2018-07-07 03:50:19 +08:00
|
|
|
[dependencies.rocksdb]
|
|
|
|
git = "https://github.com/pingcap/rust-rocksdb.git"
|