# 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" name = "korasi-cli" version = "0.1.2" authors = ["Vui Chee "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An AWS client to remotely run code that compiles on certain type of hardware." readme = "README.md" keywords = [ "aws", "ssh", "sftp", "cli", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", "network-programming", ] license = "MIT" repository = "https://github.com/vui-chee/korasi" [profile.release] lto = true panic = "abort" strip = true [lib] name = "korasi_cli" path = "src/lib.rs" [[bin]] name = "cargo-korasi" path = "src/bin/cargo-korasi.rs" [[bin]] name = "korasi" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.async-trait] version = "0.1.83" [dependencies.aws-config] version = "1.1.7" features = ["behavior-version-latest"] [dependencies.aws-sdk-ec2] version = "1.77.0" [dependencies.aws-sdk-ssm] version = "1.50.0" [dependencies.aws-smithy-runtime-api] version = "1.7.2" [dependencies.aws-types] version = "1.3.3" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.ignore] version = "0.4.23" [dependencies.inquire] version = "0.7.5" [dependencies.petname] version = "2.0.2" [dependencies.reqwest] version = "0.12.8" [dependencies.russh] version = "0.45.0" [dependencies.russh-sftp] version = "2.0.5" [dependencies.shell-escape] version = "0.1.5" [dependencies.termion] version = "4.0.3" [dependencies.tokio] version = "1" features = [ "rt", "io-std", ] [dependencies.tokio-fd] version = "0.3.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.pretty_assertions] version = "1.4.1"