iroh-ssh 0.2.8

ssh without ip
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 = "iroh-ssh"
version = "0.2.8"
authors = ["Zacharias Boehler <rustonbsd@mailfence.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ssh without ip"
readme = "README.md"
keywords = ["networking"]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/rustonbsd/iroh-ssh"

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

[[bin]]
name = "iroh-ssh"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["rand_core"]

[dependencies.homedir]
version = "0.3.6"

[dependencies.iroh]
version = "0.94"

[dependencies.rand]
version = "0.9"

[dependencies.runas]
version = "1.2.0"

[dependencies.self-runas]
version = "0.1"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "io-util",
    "sync",
    "rt",
]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["sync"]

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "fmt",
    "ansi",
]

[dependencies.whoami]
version = "2.1.0"

[dependencies.z32]
version = "1.3"

[target."cfg(windows)".dependencies.windows-service]
version = "0.8.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Storage_FileSystem",
    "Win32_System_Power",
    "Win32_System_RemoteDesktop",
    "Win32_System_Services",
    "Win32_System_SystemServices",
    "Win32_System_Threading",
    "Win32_System_WindowsProgramming",
    "Win32_UI_WindowsAndMessaging",
]

[profile.release]
opt-level = 3
lto = true
panic = "abort"