git_sshripped_ssh_identity 0.1.2

SSH identity domain for git-sshripped
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 = "2024"
name = "git_sshripped_ssh_identity"
version = "0.1.2"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SSH identity domain for git-sshripped"
readme = false
keywords = [
    "identity",
    "ssh",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/git-sshripped"
resolver = "2"

[features]
default = []
fail-on-warnings = []

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

[dependencies.age]
version = "0.11.1"
features = ["ssh"]
default-features = false

[dependencies.anyhow]
version = "1.0.98"
features = ["std"]
default-features = false

[dependencies.dirs]
version = "6.0.0"
default-features = false

[dependencies.git_sshripped_ssh_identity_models]
version = "0.1.2"

[dependencies.hex]
version = "0.4.3"
features = ["std"]
default-features = false

[dependencies.rpassword]
version = "7.3.1"
default-features = false

[dependencies.wait-timeout]
version = "0.2.1"
default-features = false

[dev-dependencies.tempfile]
version = "3.27.0"
default-features = false