generated from ndelvalle/rustapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
57 lines (55 loc) · 1.31 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[package]
name = "listas"
version = "0.1.0"
authors = ["ndelvalle <[email protected]>"]
edition = "2021"
[dependencies]
config = "0.11.0"
log = "0.4.14"
pretty_env_logger = "0.4.0"
serde = { version = "1.0.124", features = ["derive"] }
serde_json = "1.0.64"
serde_derive = "1.0.116"
actix-web = "3.1.0"
actix-cors = "0.5.0"
actix-web-httpauth = "0.5.0"
wither = "0.9.0"
thiserror = "1.0.24"
chrono = { version = "0.4.19", features = ["serde"] }
futures-util = "0.3.13"
# Do not update until actix web runs on tokio v1
reqwest = { version = "0.10.10", features = ["json"] }
jsonwebtoken = "7.2.0"
bcrypt = "0.9.0"
lettre = "0.9"
lettre_email = "0.9.4"
maud = "0.22.1"
itertools = "0.10.0"
url = "2.2.1"
select = "0.5.0"
futures = "0.3.13"
rand = "0.8.3"
Inflector = "0.11.4"
slug = "0.1.4"
validator = { version = "0.14", features = ["derive"] }
serde_qs = "0.8.3"
strum = { version = "0.21.0", features = ["derive"] }
serde_with = "1.7.0"
# Do not update until actix web runs on tokio v1
actix = "0.10.0"
async-trait = "0.1.48"
# Do not update until actix web runs on tokio v1
tokio-amqp = "0.1.3"
lapin = "1.8.0"
bincode = "1.3.3"
clap = "2.33.3"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = [
"precommit-hook",
"run-cargo-check",
"run-cargo-clippy",
"run-cargo-fmt",
"run-cargo-test",
]