-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
39 lines (37 loc) · 983 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
37
38
39
[package]
name = "faktury"
version = "0.1.0"
authors = ["Jan Kolena <[email protected]>"]
edition = "2021"
[dependencies]
actix-cors = "0.6.1"
actix-rt = "2.7.0"
actix-web = "4.0.1"
actix-http = "3.0.4"
actix-files = "0.6.0"
async-trait = "0.1.53"
base64 = "0.13.0"
env_logger = "0.9.0"
err-context = "0.1.0"
hex = "0.4.3"
humantime = "2.1.0"
config = "0.13.1"
diesel = { version = "1.4.8", features = ["mysql", "chrono", "r2d2"] }
diesel_logger = "0.1.1"
diesel_migrations = "1.4.0"
dotenv = "0.15.0"
futures = "0.3.21"
frunk = "0.4.0"
frunk_core = "0.4.0"
chrono = { version = "0.4.19", features = ["serde", "rustc-serialize"] }
itertools = "0.10.3"
log = "0.4.16"
qrcode-generator = "4.1.6"
percent-encoding = "2.1.0"
printpdf = {version = "0.5.2", features = ["embedded_images"]}
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
sha2 = "0.10.2"
uuid = { version = "1.0.0", features = ["serde", "v4"] }
[dev-dependencies]
iban_validate = "4.0.1"