-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
48 lines (42 loc) · 1019 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
[package]
name = "rust-actix-web-service"
version = "0.1.0"
authors = ["stefano <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.10.0"
actix-rt = "1.1.1"
actix-web = "3"
actix-service = "1"
actix-files = "0.3.0"
env_logger = "0.7"
futures = "0.3.7"
dotenv = "0.15.0"
listenfd = "0.3"
urlqstring = "0.3.5"
json = "0.12"
bytes = "0.5.2"
mysql = "20.0.1"
serde = { version = "1.0.71", features = ["derive"] }
openssl = { version = "0.10", features = ["vendored"] }
mobc-redis = "0.5.3"
mobc = "0.5.12"
tokio = {version = "1", features = ["full"]}
elasticsearch = "7.9.0-alpha.1"
url = "2.1.1"
dgraph-tonic = "0.5.0"
threadpool = "1.8.0"
rayon = "1.3.0"
jsonwebtoken = "7.2.0"
chrono = "0.3.0"
serde_json = "1.0.57"
reqwest = { version = "0.10", features = ["json"] }
[dependencies.structopt]
version = "0.3.12"
# release
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
opt-level = 3