[package]
edition = "2024"
rust-version = "1.88"
name = "web-static-pack"
version = "0.5.2"
authors = ["Paweł Kubrak <peku33@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embed static resources (GUI, assets, images, styles, html) within executable. Serve with hyper or any server of your choice."
homepage = "https://github.com/peku33/web-static-pack"
readme = "README.md"
keywords = [
"web",
"http",
"static",
"resources",
"hyper",
]
categories = ["web-programming"]
license = "MIT"
repository = "https://github.com/peku33/web-static-pack"
resolver = "2"
[lib]
name = "web_static_pack"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.86"
[dependencies.http]
version = "1.1.0"
[dependencies.http-body]
version = "1.0.1"
[dependencies.rkyv]
version = "0.8.9"
features = [
"std",
"alloc",
"little_endian",
"aligned",
"pointer_width_32",
]
default-features = false
[dependencies.web-static-pack-common]
version = "0.5.2"
[dev-dependencies.http-body-util]
version = "0.1.2"
[dev-dependencies.hyper]
version = "1.4.1"
features = ["full"]
[dev-dependencies.test-case]
version = "3.3.1"
[dev-dependencies.tokio]
version = "1.38.0"
features = ["full"]