-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
46 lines (43 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
38
39
40
41
42
43
44
45
46
[package]
authors = ["Olger Warnier <[email protected]>"]
edition = "2021"
name = "fakeidp"
version = "1.0.3"
[dependencies]
actix-cors = "0.7.0"
actix-multipart = "0.7.2"
actix-rt = "2.10.0"
actix-service = "2.0.2"
actix-web = "4.9.0"
actix-4-jwt-auth = "1.2.5"
#actix-4-jwt-auth = { path = "../actix-4-jwt-auth" }
actix-files = "0.6.6"
biscuit = "0.7.0"
#biscuit = { path = "../biscuit/" }
bytes = "1.8.0"
chrono = "0.4"
num = "0.4"
clap = {version = "4.5.20", features = ["derive", "unicode", "env"]}
der-parser = "9.0.0"
env_logger = "0.11.5"
futures = "0.3.31"
futures-core = {version = "0.3.31", default-features = false, features = ["alloc"]}
futures-util = {version = "0.3.31", default-features = false, features = ["alloc"]}
#num = "0.3"
tokio = {version = "1.41.0", features = ["full"]}
nanoid = "0.4.0"
pem = "3.0.4"
ring = "0.17.8"
webpki = "0.22.4"
mio = "1.0.2"
openssl = "0.10.68"
data-encoding = "2.5.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
sysinfo = "0.32.0"
reqwest = {version = "0.12", features = ["json", "blocking"]}
# [profile.release]
# debug = true
# [patch.crates-io]
# actix-http = {git = "https://github.com/actix/actix-web.git"}