# 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] edition = "2021" rust-version = "1.57" name = "aws-login" version = "1.2.2" authors = ["Kevin Herrera "] description = "A command line utility to simplify logging into AWS accounts and services." homepage = "https://github.com/kherge/rs.aws-login" keywords = [ "aws", "login", ] categories = ["command-line-utilities"] license = "ISC" repository = "https://github.com/kherge/rs.aws-login/" resolver = "2" [profile.release] lto = true [dependencies.carli] version = "^0.2" [dependencies.clap] version = "^3.0" features = ["derive"] [dependencies.crossterm] version = "^0.22" [dependencies.home] version = "^0.5" [dependencies.lazy_static] version = "^1.4" [dependencies.requestty] version = "^0.2" features = ["crossterm"] [dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.tokio] version = "^1.15" features = ["full"] [dependencies.which] version = "^4.2"