staticrocket 0.2.5

Simple http server for serving static content.
[package]
name = "staticrocket"
version = "0.2.5"
edition = "2021"
license = "0BSD"
keywords = [ "web", "server", "service" ]
repository = "https://repos.qrnch.tech/pub/staticrocket"
description = "Simple http server for serving static content."
rust-version = "1.56"
exclude = [
  ".fossil-settings",
  ".efiles",
  ".fslckout",
  "www",
  "rustfmt.toml"
]

[dependencies]
clap = { version = "4.4.11", features = [
  "derive", "env", "string", "wrap_help"
] }
log = { version = "0.4.20" }
qsu = { version = "0.1.0", features = [
  "clap", "installer", "rocket", "systemd"
] }
rocket = { version = "0.5.0" }
shellexpand = { version = "3.1.0" }
tokio = { version = "1.35.1", features = [ "rt-multi-thread" ] }
tracing = { version = "0.1.40" }