# 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 = "ssh-connector" version = "0.1.0" description = "SSH Connector" readme = "README.md" keywords = [ "cli", "ssh", "connector", ] categories = ["commnad-line-utilities"] license = "MIT" repository = "https://github.com/chojs23/ssh-connector" [dependencies.anyhow] version = "1.0.75" [dependencies.exec] version = "0.3.1" [dependencies.homedir] version = "0.2.1" [dependencies.inquire] version = "0.6.2" [dependencies.nix] version = "0.27.1" features = ["process"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.51"