# 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.73.0" name = "blaze-ssh" version = "0.0.4" authors = ["Sreedev Kodichath "] description = "A Configurable CLI tool that helps you ssh into aws ec2 instances without leaving the terminal" readme = "README.md" keywords = [ "aws", "ssh", "ec2", "terminal", "cli", ] categories = [ "cli", "terminal", "aws", "ssh", ] license = "GPL-3.0" repository = "https://github.com/sreedevk/blaze-ssh" [[bin]] name = "blssh" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.aws-config] version = "1.0.3" features = ["behavior-version-latest"] [dependencies.aws-sdk-ec2] version = "1.4.0" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.ratatui] version = "0.25.0" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.shellexpand] version = "3.1.0" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.toml] version = "0.8.8"