reverse-ssh 0.2.0

A Rust library for creating reverse SSH tunnels with automatic URL capture from services like localhost.run
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.russh]
version = "0.45"

[dependencies.russh-keys]
version = "0.45"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.chrono]
version = "0.4"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "local_test"
path = "examples/local_test.rs"

[[example]]
name = "localhost_run"
path = "examples/localhost_run.rs"

[[example]]
name = "simple_server"
path = "examples/simple_server.rs"

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

[package]
authors = ["enzinol@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities", "web-programming"]
description = "A Rust library for creating reverse SSH tunnels with automatic URL capture from services like localhost.run"
documentation = "https://docs.rs/reverse-ssh"
edition = "2021"
exclude = [".gitignore", ".git/**"]
homepage = "https://github.com/aovestdipaperino/rrp"
keywords = ["ssh", "tunnel", "reverse-ssh", "port-forwarding", "localhost-run"]
license = "MIT OR Apache-2.0"
name = "reverse-ssh"
readme = "README.md"
repository = "https://github.com/aovestdipaperino/rrp"
version = "0.2.0"