-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
30 lines (29 loc) · 826 Bytes
/
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
[package]
name = "saml2aws-auto"
version = "1.13.3"
description = "A simple management tool for AWS credentials when using Keycloak with SAML"
license-file = "LICENSE"
authors = ["Jan Christopehrsen <[email protected]>"]
[dependencies]
clap = { version = "4.3", features = ["derive"] }
regex = "1.3"
keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service"] }
serde = "1.0"
serde_derive = "1.0"
serde_yaml = "0.9"
serde-xml-rs = "0.3"
crossterm = "0.28"
chrono = { version = "0.4", features = ["serde"] }
reqwest = { version = "0.12", features = ["blocking", "json"] }
scraper = "0.20"
cookie = "0.18"
base64 = "0.22"
rust-ini = "0.21"
dirs = "5"
openssl-probe = "0.1.2"
rpassword = "7.3"
log = "0.4"
fern = "0.6"
url = "2.1"
semver = "1.0"
tabled = { version = "0.16", features = ["ansi"] }