[package]
edition = "2024"
name = "headgate-core"
version = "0.1.3"
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_core"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.sha2]
version = "0.10"