headgate-mysql 0.1.0

A policy-aware distributed job queue with PostgreSQL, MySQL, and Redis backends.
Documentation
# 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-mysql"
version = "0.1.0"
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 = "MIT OR Apache-2.0"
repository = "https://github.com/mujhtech/headgate"

[lib]
name = "headgate_mysql"
path = "src/lib.rs"

[[bin]]
name = "hg-mysql-harness"
path = "src/bin/hg_mysql_harness.rs"

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.headgate]
version = "0.1.0"

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

[dependencies.mysql_async]
version = "0.35"
features = ["minimal"]
default-features = false

[dependencies.serde_json]
version = "1"

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

[dev-dependencies.headgate-migrate]
version = "0.1.0"

[dev-dependencies.headgate-testkit]
version = "0.1.0"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "std",
]
default-features = false