# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "saml2aws-auto" version = "1.13.3" authors = ["Jan Christopehrsen "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple management tool for AWS credentials when using Keycloak with SAML" readme = "README.md" license-file = "LICENSE" [[bin]] name = "saml2aws-auto" path = "src/main.rs" [dependencies.base64] version = "0.22" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.cookie] version = "0.18" [dependencies.crossterm] version = "0.28" [dependencies.dirs] version = "5" [dependencies.fern] version = "0.6" [dependencies.keyring] version = "3" features = [ "apple-native", "windows-native", "sync-secret-service", ] [dependencies.log] version = "0.4" [dependencies.openssl-probe] version = "0.1.2" [dependencies.regex] version = "1.3" [dependencies.reqwest] version = "0.12" features = [ "blocking", "json", ] [dependencies.rpassword] version = "7.3" [dependencies.rust-ini] version = "0.21" [dependencies.scraper] version = "0.20" [dependencies.semver] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde-xml-rs] version = "0.3" [dependencies.serde_derive] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.tabled] version = "0.16" features = ["ansi"] [dependencies.url] version = "2.1"