-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 1.02 KB
/
Cargo.toml
File metadata and controls
33 lines (31 loc) · 1.02 KB
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
[package]
name = "devcade-api-rs"
version = "1.0.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-cors = "0.6.4"
actix-multipart = "0.6.0"
actix-test = "0.1.1"
actix-web = "4.3.1"
aws-config = "0.49.0"
aws-sdk-s3 = "0.19.0"
aws-smithy-http = { version = "0.54.4", features = ["rt-tokio"] }
bytes = "1.5.0"
chrono = { version = "0.4.24", features = ["serde"] }
data-encoding = "2.3.3"
dotenvy = "0.15.7"
env_logger = "0.10.0"
futures = "0.3.27"
glib = "0.18.2"
hex = "0.4.3"
image = "0.24.7"
lazy_static = "1.4.0"
memmap = "0.7.0"
serde = { version = "1.0.158", features = ["derive"] }
serde_json = "1.0.94"
sqlx = { version = "0.6.2", features = ["runtime-async-std-native-tls", "chrono", "postgres"] }
tempfile = "3.5.0"
utoipa = { version = "3.1.2", features = ["actix_extras", "chrono", "debug", "yaml"] }
utoipa-swagger-ui = { version = "3.1.1", features = ["actix-web"] }
uuid = { version = "1.3.0", features = ["v4", "macro-diagnostics", "fast-rng"] }