# 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 = "rush-tunnel" version = "1.0.0" authors = ["Bom "] description = "A command-line tool for creating SSH tunnels, allowing you to securely connect to remote hosts" readme = "README.md" keywords = [ "tunnel", "ssh", "command-line", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/prathanbomb/rush-tunnel" [dependencies.anyhow] version = "1.0.83" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.inquire] version = "0.7.5" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.8.13"