# 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 = "fast-mosh" version = "0.3.3" authors = ["tiwiex "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A fork of fast-ssh to quickly connect to your servers by navigating through your SSH config, using mosh." homepage = "https://github.com/tiwiex/fast-mosh" readme = "README.md" keywords = [ "cli", "tui", "mosh", "ssh-config", ] categories = [ "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/tiwiex/fast-mosh" [[bin]] name = "fast-mosh" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.27.0" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3.30" [dependencies.lazy_static] version = "1.4.0" [dependencies.rustbreak] version = "2.0.0" features = ["ron_enc"] [dependencies.serde] version = "1.0.199" [dependencies.serde_yaml] version = "0.8.21" [dependencies.ssh_cfg] version = "0.3" [dependencies.sublime_fuzzy] version = "0.7.0" [dependencies.tokio] version = "1.37.0" features = ["full"] [dependencies.tui] version = "0.19.0" features = ["crossterm"] default-features = false