# 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 = "zoi" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to manage your ssh connections" homepage = "https://github.com/vthang95/zoi" readme = "README.md" keywords = [ "cli", "ssh", ] license = "MIT" repository = "https://github.com/vthang95/zoi" [lib] name = "zoi" path = "src/lib.rs" [[bin]] name = "zoi" path = "src/main.rs" [dependencies.clap] version = "4.3.24" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.home] version = "0.5.5" [dependencies.log] version = "0.4.20"