summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e94329940b36e3cebea97db8ce049e57fc4ca089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sts"
version = "0.1.0"
edition = "2024"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
jsonwebtoken = "9.0"
uuid = { version = "1.0", features = ["v4"] }
url = "2.0"
base64 = "0.22"
rand = "0.8"
urlencoding = "2.1"