-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
37 lines (34 loc) · 1.15 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
[package]
name = "you_up"
version = "0.2.0"
authors = ["CUB3D <callumthom11@gmail.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-rt = "2.10.0"
actix-web = "4.8.0"
actix-files = "0.6.6"
actix-identity = "0.7.1"
actix-session = { version = "0.9.0", features = ["cookie-session"] }
http = "1.1.0"
rand = "0.8.5"
serde = { version = "1.0.204", features = ["derive"] }
askama = "0.12.1"
chrono = "0.4.38"
diesel = { version = "2.2.4", features = ["r2d2", "mysql", "chrono"] }
diesel_migrations = "2.2.0"
dotenv = "0.15.0"
reqwest = { version = "0.12.5", features = ["gzip", "json"]}
tokio = { version = "1.38.1", features = ["full"] }
lettre = { version = "0.11.9", features = ["smtp-transport"] }
lazy_static = "1.5.0"
tracing = "0.1.40"
tracing-futures = "0.2.5"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
sentry-tracing = "0.34.0"
sentry = "0.34.0"
uuid = { version = "1.11.0", features = ["v4"] }
rss = { version = "2.0.8", features = ["builders"] }
escaper = "0.1.1"
atom_syndication = { version = "0.12.4", features = ["builders"] }
twilio = "1.1.0"