-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
36 lines (34 loc) · 987 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
[package]
name = "fuzion-verita"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-files = "0.6.5"
actix-rt = "2.9.0"
actix-web = "4.5.1"
actix-web-thiserror = "0.2.1"
async-trait = "0.1.78"
base64 = "0.22.0"
chrono = { version = "0.4.35", features = [ "serde" ] }
clap = { version = "4.5.3", features = [ "derive", "env" ] }
colored = "2.1.0"
deadpool-postgres = "0.12.1"
fuzion-commons = { git = "https://github.com/fzn-im/fuzion-commons.git", version = "0.1.0" }
hmac = "0.12.1"
iter_tools = "0.15.0"
lazy_static = "1.4.0"
log = "0.4.21"
lz-str = "0.2.1"
postgres = "0.19.7"
rand = "0.8.5"
ring = { version = "0.17.8", features = [ "std" ] }
serde = "1.0.197"
serde_derive = "1.0.197"
serde_json = "1.0.114"
sha2 = "0.10.8"
slog = "2.7.0"
smart-default = "0.7.1"
thiserror = "1.0.58"
toml = "0.8.11"
ts-rs = { version = "8.1.0", features = [ "chrono-impl", "serde-json-impl" ] }