-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
61 lines (49 loc) · 1.5 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
58
59
60
61
[package]
name = "health_rules_engine"
version = "0.2.0"
authors = ["christopherallison <[email protected]>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.0.0-beta.19"
actix-web-httpauth = { git = "https://github.com/actix/actix-web-httpauth" }
actix-rt = "2.4.0"
actix-multipart = "0.3.0"
actix-service = "2.0.1"
async-graphql = { version = "3.0.20", features = ["uuid", "chrono", "chrono-tz"] }
async-graphql-actix-web = "3.0.20"
argon2rs = "0.2"
argonautica = "0.2.0"
jsonwebtoken = "7.2.0"
strum = "0.23.0"
strum_macros = "0.23.1"
chrono = { version = "0.4.11", features = ["serde"] }
diesel = { version = "1.4.2", features = ["postgres", "uuidv07", "r2d2", "chrono", "uuid", "serde_json"]}
r2d2 = "0.8.8"
diesel-derive-enum = { version = "1", features = ["postgres"]}
diesel_migrations = "1.4.0"
uuid = { version = "0.8.2", features = ["serde", "v4"]}
lazy_static = "1.4"
dotenv = "0.15.0"
futures = "0.3.17"
# rdkafka = { version = "0.28.0", features = ["cmake-build", "ssl-vendored"]}
async-stream = "0.3.2"
serde = "1.0.130"
serde_derive = "1.0"
derive_more = "0.99.5"
serde_json = "1.0"
shrinkwraprs = "0.3.0"
rand = "0.8.4"
alcoholic_jwt = "1.0.0"
reqwest = { version = "0.11.7", features = ["json"] }
env_logger = "0.9.0"
bdays = "0.1.1"
csv = "1.1.3"
bytes = "1.1.0"
graphql_client = "0.10.0"
dataloader = "0.14"
async-trait = "0.1"
tera = "1.3.0"
tera-text-filters = "1.0"
Inflector = "0.11.4"
calamine = "0.18.0"