# 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 = "rgoto" version = "0.1.0" authors = ["Jiwan Chung "] description = "rgoto is a Rust-based command-line tool that reads your SSH configuration file (~/.ssh/config), presents a list of configured hosts, and allows you to select one to SSH into interactively. This work is partially inspired by goto. Also, this project borrows and modifies some codes from cliclack to support hjkl and index based navigation." readme = "README.md" license = "MIT" [dependencies.cliclack] version = "0.2.5" [dependencies.console] version = "0.15.8" [dependencies.crossterm] version = "0.23" [dependencies.dirs] version = "4.0" [dependencies.inquire] version = "0.2" [dependencies.once_cell] version = "1.18.0" [dependencies.rayon] version = "1.5" [dependencies.strsim] version = "0.11.1" [dependencies.textwrap] version = "0.16.0" [dependencies.zeroize] version = "1.6.0" features = ["derive"]