headgate-ui 0.1.2

A policy-aware distributed job queue with PostgreSQL, MySQL, and Redis backends.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]