-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
35 lines (34 loc) · 1.01 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "mkii"
version = "0.1.0"
authors = ["Nimi Wariboko Jr. <[email protected]>"]
edition = "2018"
[dependencies]
# futures = "0.1.23"
tokio-io-pool = { git = "https://github.com/nemosupremo/tokio-io-pool", rev="d56b5b7" }
# tokio-io-pool = { path = "/Users/nimi/rust/tokio-io-pool" }
bytes = "^0.4"
tokio = "0.2.0-alpha.4"
# tokio-io = "0.2.0-alpha.4"
# tokio-channel = "0.2.0-alpha.4"
# tokio-threadpool = "0.2.0-alpha.4"
# tokio-async-await = "0.2.0-alpha.4"
futures-core-preview = "= 0.3.0-alpha.18"
futures-channel-preview = "= 0.3.0-alpha.18"
futures-util-preview = "= 0.3.0-alpha.18"
futures-preview = "= 0.3.0-alpha.18"
seahash = "^3.0.5"
phf = { git = "http://github.com/sfackler/rust-phf", features = ["macros"], rev="0d00821785" }
lazy_static = "^1.3.0"
# tokio-async-await = "0.1.2"
md5 = "0.3.8"
thread_local = "0.3"
rand = "^0.7"
cpuprofiler = "0.0.3"
core_affinity = "0.5"
libc = "0.2.43"
memchr = "2.0.2"
byteorder = "1"
log = "0.4.6"
env_logger = "0.6.1"
#futures-util-preview = "= 0.3.0-alpha.2"