# 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 = "ssm-tui" version = "0.1.1" authors = ["Sandesh Grangdan"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A TUI for interacting with AWS SSM" homepage = "https://github.com/sandeshgrangdan/ssm-tui" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/sandeshgrangdan/ssm-tui" [package.metadata.wix] eula = false license = false path-guid = "75DA7874-955D-4448-8F17-DCA609DD47F5" upgrade-guid = "9A0A9FB4-1F65-4836-BB44-0C5C053F5971" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "ssm-tui" path = "src/main.rs" [dependencies.aws-config] version = "1.5.5" [dependencies.aws-sdk-ssm] version = "1.42.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.crossterm] version = "0.28.1" [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.25.0" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.35.1" features = ["full"]