-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (34 loc) · 919 Bytes
/
Cargo.toml
File metadata and controls
35 lines (34 loc) · 919 Bytes
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
[package]
name = "urlshortener"
version = "0.1.0"
edition = "2024"
[dependencies]
axum = { version = "0.8.4", features = ["macros"] }
base62 = "2"
dotenv = "0.15.0"
hashers = "1.0.1"
http = "1.3.1"
reqwest = { version = "0.12.19", features = ["blocking", "json", "rustls-tls"] }
serde = { version = "1.0.219", features = ["derive"] }
tokio = { version = "1.45.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3.19", features = [
"env-filter",
"json",
"fmt",
] }
uuid = { version = "1.16.0", features = ["serde", "v4"] }
ydb = "0.10.1"
ydb-grpc = "0.2.0"
headers = "0.4.1"
axum-extra = { version = "0.10.1", features = ["typed-header"] }
axum-client-ip = "1.1.3"
serde_json = "1.0.142"
chrono = "0.4.41"
ua-parser = "0.2.1"
uaparser = "0.6.4"
serde_yaml = "0.9.34"
url = "2.5.7"
utoipa = "5.4.0"
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
anyhow = "1.0.102"