throttle-client 0.5.9

Client for Throttle. Throttle is an http semaphore service, providing semaphores for distributed systems.
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 = "throttle-client"
version = "0.5.9"
authors = ["Markus Klein <markus-klein@live.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for Throttle. Throttle is an http semaphore service, providing semaphores for distributed systems."
readme = "Readme.md"
keywords = [
    "semaphore",
    "http",
]
categories = ["concurrency"]
license = "MIT"
repository = "https://github.com/pacman82/throttle.git"

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

[dependencies.humantime]
version = "2.3.0"

[dependencies.humantime-serde]
version = "1.1.1"

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

[dependencies.serde]
version = "1.0.228"

[dependencies.thiserror]
version = "2.0.18"