[[bin]]
name = "holo-deck"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.bytes]
version = "1"
[dependencies.http-body-util]
version = "0.1"
[dependencies.hyper]
features = ["full"]
version = "1"
[dependencies.hyper-util]
features = ["tokio"]
version = "0.1"
[dependencies.reverse-ssh]
version = "0.1.1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[package]
authors = ["Enzo Lombardi <enzinolv@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming", "web-programming::http-server"]
description = "A simple HTTP file server with built-in reverse SSH tunneling for easy external access"
documentation = "https://docs.rs/holo-deck"
edition = "2024"
exclude = ["shared_files/"]
homepage = "https://github.com/aovestdipaperino/holodeck"
keywords = ["http", "file-server", "ssh", "tunnel", "localhost"]
license = "MIT OR Apache-2.0"
name = "holo-deck"
readme = "README.md"
repository = "https://github.com/aovestdipaperino/holodeck"
version = "0.1.1"