headgate-api 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-api"
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_api"
path = "src/lib.rs"

[[bin]]
name = "hg-api"
path = "src/bin/hg_api.rs"

[[test]]
name = "api"
path = "tests/api.rs"

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.headgate]
version = "0.1.2"

[dependencies.headgate-core]
version = "0.1.2"

[dependencies.headgate-mysql]
version = "0.1.2"

[dependencies.headgate-postgres]
version = "0.1.2"

[dependencies.headgate-redis]
version = "0.1.2"

[dependencies.headgate-ui]
version = "0.1.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "time",
    "rt-multi-thread",
    "macros",
    "net",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]