qhook 0.2.0

Lightweight event-driven workflow engine with queue and retry.
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"
rust-version = "1.85"
name = "qhook"
version = "0.2.0"
build = false
exclude = [
    "tests/",
    "examples/",
    "docs/",
    ".github/",
    ".claude/",
    ".devcontainer/",
    ".dockerignore",
    "docker-compose*.yaml",
    "Dockerfile",
    "KANBAN.md",
    "CLAUDE.md",
    "renovate.json",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight event-driven workflow engine with queue and retry."
homepage = "https://totte-dev.github.io/qhook/"
documentation = "https://totte-dev.github.io/qhook/"
readme = "README.md"
keywords = [
    "webhook",
    "workflow",
    "event-driven",
    "retry",
    "cloudevents",
]
categories = [
    "web-programming",
    "asynchronous",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/totte-dev/qhook"

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

[[bin]]
name = "qhook"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1"

[dependencies.pkcs1]
version = "0.7"

[dependencies.prost]
version = "0.14"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

[dependencies.rsa]
version = "0.9"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.sha1]
version = "0.10"
features = ["oid"]

[dependencies.sha2]
version = "0.10"
features = ["oid"]

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
    "postgres",
    "chrono",
]

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tonic]
version = "0.14"
features = [
    "transport",
    "channel",
]
default-features = false

[dependencies.tonic-prost]
version = "0.14"

[dependencies.tower-http]
version = "0.6"
features = [
    "trace",
    "limit",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.ulid]
version = "1"

[dependencies.x509-parser]
version = "0.18"