# 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-keydump" version = "0.1.0" authors = ["Jan Holthuis "] exclude = [".*"] description = "Simple tool to inspect OpenSSH keys." readme = "README.md" keywords = [ "ssh", "openssh", "key", ] categories = [ "cryptography", "command-line-utilities", ] license = "MPL-2.0" repository = "https://github.com/Holzhaus/ssh-keydump" [dependencies.clap] version = "4" features = ["derive"] [dependencies.rpassword] version = "7.2" [dependencies.sec1] version = "0.3" [dependencies.ssh-key] version = "0.5" features = [ "rsa", "dsa", "std", "ecdsa", "ed25519", "encryption", ]