-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 760 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 760 Bytes
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
[package]
name = "auth-example"
version = "0.1.0"
authors = ["Alex Bennett <alexandergraybennett@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "2"
actix-rt = "1.1.1"
actix = "0.9.0"
diesel = { version = "1.4.5", features = ["postgres", "r2d2"]}
dotenv = "0.15.0"
serde = "1.0.115"
serde_json = "1.0.57"
serde_derive = "1.0.115"
config = "0.10.1"
env_logger = "0.7.1"
jsonwebtoken = "7.2.0"
argonautica = "0.2.0"
actix-web-httpauth = { git = "https://github.com/actix/actix-web-httpauth" }
alcoholic_jwt = "1"
bytes = "0.5"
futures = "0.3.5"
pin-project = "0.4.23"
actix-service = "1.0.6"
chrono = "0.4.15"
actix-cors = "0.2.0"
lazy_static = "1.4.0"