ssh_auth_podman_push 1.1.14

Store and use encrypted docker-hub secret_token with SSH key
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_auth_podman_push"
version = "1.1.14"
authors = ["bestia.dev"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Store and use encrypted docker-hub secret_token with SSH key"
homepage = "https://bestia.dev"
readme = "README.md"
keywords = [
    "work-in-progress",
    "rustlang",
    "docker-hub",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://codeberg.org/CRUSTDE-ContainerizedRustDevEnv/ssh_auth_podman_push"

[lib]
name = "ssh_auth_podman_push_lib"
path = "src/lib.rs"
doc = true

[[bin]]
name = "ssh_auth_podman_push"
path = "src/bin/ssh_auth_podman_push/main.rs"
doc = true

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.anyhow]
version = "1.0.97"

[dependencies.base64ct]
version = "1.7.3"

[dependencies.camino]
version = "1.1.9"

[dependencies.cargo_auto_lib]
version = "3.0.14"

[dependencies.home]
version = "0.5.11"

[dependencies.inquire]
version = "0.7.5"

[dependencies.log]
version = "0.4.27"

[dependencies.pretty_env_logger]
version = "0.5.0"

[dependencies.reqwest]
version = "=0.12.12"
features = [
    "json",
    "stream",
    "blocking",
]

[dependencies.rsa]
version = "0.9.8"

[dependencies.secrecy]
version = "0.10.3"

[dependencies.serde]
version = "1.0.219"
features = [
    "std",
    "derive",
]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.ssh-key]
version = "0.6.7"
features = [
    "rsa",
    "encryption",
    "ed25519",
]

[dependencies.ssh_agent_client_rs_git_bash]
version = "0.0.19"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.time]
version = "0.3.41"
features = [
    "macros",
    "local-offset",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = [
    "env-filter",
    "std",
    "fmt",
    "time",
]