infraqueue-webhookloader 0.1.1

Trigger webhooks by a simple name from a TOML mapping
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 = "infraqueue-webhookloader"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trigger webhooks by a simple name from a TOML mapping"
homepage = "https://github.com/helloimalemur/infraqueue"
readme = false
license = "MIT"
repository = "https://github.com/helloimalemur/infraqueue"
resolver = "2"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "multipart",
]
default-features = false

[dependencies.thiserror]
version = "1"

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

[dependencies.toml]
version = "0.8"