staticrocket 0.2.5

Simple http server for serving static content.
[dependencies.clap]
features = ["derive", "env", "string", "wrap_help"]
version = "4.4.11"

[dependencies.log]
version = "0.4.20"

[dependencies.qsu]
features = ["clap", "installer", "rocket", "systemd"]
version = "0.1.0"

[dependencies.rocket]
version = "0.5.0"

[dependencies.shellexpand]
version = "3.1.0"

[dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.35.1"

[dependencies.tracing]
version = "0.1.40"

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