forked from damody/Elo-Ranking-Pairing-System
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
48 lines (45 loc) · 931 Bytes
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
[profile.release]
debug = true
[package]
name = "erps"
version = "0.1.0"
authors = ["damody <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
crossbeam-channel = "0.3"
mysql = "16.1"
mysql_common = "0.18.0"
rumqtt = "0.31"
clap = "2"
log = "0.4.8"
env_logger = "0.7.1"
uuid = { version = "0.7", features = ["v4"] }
time = "0.1"
bit-vec = "0.5"
byteorder = "1"
bytes = "0.4"
crossbeam = "0.7"
failure = "0.1"
failure_derive = "0.1"
fnv = "1"
futures = "0.3.5"
native-tls = { version = "0.2", optional = true }
regex = "1"
serde = "1"
serde_derive = "1"
serde_json = "1"
tokio = "0.1.9"
tokio-codec = "0.1"
tokio-io = "0.1"
tokio-named-pipes = "0.1"
tokio-uds = "0.2"
tokio-sync = "0.1"
twox-hash = "1"
url = "1"
rayon = "1.2.1"
redis = "0.16.0"
futures-macro = "0.3.5"
futures-util = "0.3.5"
chrono = "0.4.19"
rand = "0.8.3"