ssh-portkey 0.1.3

Secure SSH credential manager with a fast ratatui-based TUI, fuzzy search, and encrypted vault
Documentation
# 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-portkey"
version = "0.1.3"
build = false
exclude = [
    "target/**",
    ".github/**",
    "packaging/**",
    "tests/**",
    "portkey/**",
    "install.sh",
    ".claude/**",
    "Cargo.toml.orig",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure SSH credential manager with a fast ratatui-based TUI, fuzzy search, and encrypted vault"
homepage = "https://github.com/randomradio/portkey"
documentation = "https://docs.rs/ssh-portkey"
readme = "README.md"
keywords = [
    "ssh",
    "tui",
    "cli",
    "security",
    "encryption",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "MIT"
repository = "https://github.com/randomradio/portkey"

[lib]
name = "portkey"
path = "src/lib.rs"

[[bin]]
name = "portkey"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.crossterm]
version = "0.27"

[dependencies.dirs]
version = "5.0"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.inquire]
version = "0.6"

[dependencies.ratatui]
version = "0.26"

[dependencies.rpassword]
version = "7.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sodiumoxide]
version = "0.2"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dependencies.zeroize]
version = "1.6"

[dev-dependencies.tempfile]
version = "3.8"