# 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 = "sks" version = "0.1.0" authors = [ "koresframework", "Jonathan H. R. Lopes ", ] description = "Switch and manage your SSH keys for different hosts" homepage = "https://gitlab.com/Kores/sks" documentation = "https://docs.rs/sks/" readme = "README.md" keywords = [ "productivity", "ssh-key-switch", "key-switch", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/Kores/sks" resolver = "2" [dependencies.clap] version = "3.2.10" [dependencies.toml_edit] version = "0.14.4"