-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
58 lines (55 loc) · 1.43 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 = "knockturn"
version = "0.1.0"
authors = ["Cycle42 <[email protected]>"]
edition = "2018"
[dependencies]
askama = "0.8.0"
actix-web = { version = "2.0", features = [ "rustls"]}
actix-web-httpauth = { git = "https://github.com/actix/actix-web-httpauth" }
actix = "0.9"
actix-rt = "1.0"
bytes = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json="1.0"
bcrypt = "0.3.0"
chrono = { version = "0.4.6", features = ["serde"] }
diesel = { version = "1.4", features = ["postgres", "uuid", "r2d2", "chrono", "serde_json", "numeric"] }
dotenv = "0.13.0"
env_logger = "0.6"
log = "0.4.6"
failure = "0.1.2"
frank_jwt = "3.0"
futures = "0.3"
r2d2 = "0.8.2"
base64 = "0.10.1"
uuid = { version = "0.6", features = ["serde", "v4"] }
strum = "0.13.0"
strum_macros = "0.13.0"
derive_deref = "1.0.2"
rand = "0.6.5"
qrcode = "0.9.0"
boringauth = "0.9.0"
data-encoding = "2.1.2"
image = { version="0.20.0", default-features = false, features=["png_codec"]}
consistenttime = "0.2.0"
mime_guess = "1.8.6"
threadpool = "1.7.1"
derive_more = "0.14.0"
lazy_static = "1.3.0"
num_cpus = "1.10.0"
parking_lot = "0.7.1"
http = "0.2"
diesel-derive-enum = {version="0.4.4", features = ["postgres"]}
chrono-humanize = "0.0.11"
sentry = "0.17"
sentry-actix = "0.17"
url = "1.7.2"
serde_urlencoded = "0.5.5"
actix-session = "0.3"
rustls = "0.16"
bigdecimal = { version = "0.1"}
actix-identity = "0.2.0"
diesel_migrations = "1.4.0"
[build-dependencies]
askama = "0.6"