# 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-ssh" version = "0.3.2" authors = ["Julien-R44 "] description = "Quicky connect to your servers by navigating through your SSH config." homepage = "https://github.com/Julien-R44/fast-ssh" readme = "README.md" keywords = [ "cli", "tui", "ssh", "ssh-config", ] categories = [ "command-line-utilities", "config", ] license = "MIT" repository = "https://github.com/Julien-R44/fast-ssh" [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