-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
33 lines (31 loc) · 1.21 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
[package]
name = "dino-park-whoami"
version = "0.2.7"
authors = ["Florian Merz <[email protected]>"]
edition = "2018"
[features]
default = []
localuserscope = ["dino_park_gate/localuserscope"]
[dependencies]
cis_client = { git = "https://github.com/mozilla-iam/cis_client-rust", tag = "0.7.2", version = "0.7.2", features = ["sync"] }
cis_profile = { git = "https://github.com/mozilla-iam/cis_profile-rust", tag = "0.4.5", version = "0.4.5", features = ["aws", "vendored"] }
dino_park_gate = { git = "https://github.com/mozilla-iam/dino-park-gate", tag = "0.8.7", version = "0.8.7" }
dino_park_guard = { git = "https://github.com/mozilla-iam/dino-park-guard", tag = "0.3.5", version = "0.3.5" }
dino_park_trust = { git = "https://github.com/mozilla-iam/dino-park-trust", tag = "0.0.8", version = "0.0.8" }
shared-expiry-get = "0.1.0"
actix-web = "3"
actix-session = "0.4"
futures = "0.3"
oauth2 = { version = "3", features = ["futures-03", "reqwest-010"], default-features = false }
url = "2.1"
base64 = "0.12"
rand = "0.7"
failure = "0.1"
config = "0.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.32"
chrono = "0.4"
env_logger = "0.7"
log = "0.4"
ttl_cache = "0.5"
reqwest = { version = "0.10", features = ["json"] }