# 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 = "sshmount" version = "0.1.8" authors = ["mito"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mount the directory to which the ssh connection is made." readme = "README.md" keywords = [ "utility", "filesystem", "linux", "ssh", "sftp", ] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/mitoneko/sshmount.git" [profile.release] [[bin]] name = "sshmount" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.daemonize] version = "0.5.0" [dependencies.dialoguer] version = "0.11" [dependencies.dns-lookup] version = "2" [dependencies.env_logger] version = "^0.11.0" [dependencies.fuser] version = "0.14" [dependencies.home] version = "0.5.4" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.ssh2] version = "0.9.3" [dependencies.ssh2-config] version = "0.2" [dependencies.thiserror] version = "1.0.38" [dependencies.users] version = "0.11.0"