[workspace]
[package]
name = "w-gui"
version = "0.22.21"
edition = "2021"
description = "A lightweight immediate-mode debug GUI served over localhost"
repository = "https://github.com/AntonWagnerCau/wgui"
homepage = "https://github.com/AntonWagnerCau/wgui"
readme = "README.md"
license = "Apache-2.0"
keywords = ["ui", "gui"]
categories = ["gui"]
[dependencies]
tiny_http = "0.12"
tungstenite = "0.30.0"
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
log = "0.4"
indexmap = "2"
[dev-dependencies]
env_logger = "0.11"
puffin = "0.20"
puffin_http = "0.17.0"