[package]
edition = "2024"
name = "headgate-crypto"
version = "0.1.1"
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"
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_crypto"
path = "src/lib.rs"
[[test]]
name = "live"
path = "tests/live.rs"
[dependencies.aes-gcm]
version = "0.10"
[dependencies.headgate]
version = "0.1.1"
[dependencies.rand]
version = "0.9"
[dev-dependencies.headgate-core]
version = "0.1.1"
[dev-dependencies.headgate-postgres]
version = "0.1.1"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
]