[package]
edition = "2024"
name = "headgate-ui"
version = "0.1.2"
authors = ["The headgate Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A policy-aware distributed job queue with PostgreSQL, MySQL, and Redis backends."
homepage = "https://github.com/mujhtech/headgate"
documentation = "https://headgate.mintlify.app"
readme = "README.md"
keywords = [
"job-queue",
"distributed-systems",
"postgresql",
"redis",
"mysql",
]
categories = [
"asynchronous",
"database",
]
license = "Apache-2.0"
repository = "https://github.com/mujhtech/headgate"
[lib]
name = "headgate_ui"
path = "src/lib.rs"
[[test]]
name = "ui"
path = "tests/ui.rs"
[dependencies.axum]
version = "0.8"
[dependencies.include_dir]
version = "0.7"
[dependencies.serde_json]
version = "1"
[dev-dependencies.http-body-util]
version = "0.1"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
]
[dev-dependencies.tower]
version = "0.5"
features = ["util"]