throttle-server 0.5.8

Provide semaphores for distributed systems via an http interface
[[bin]]
name = "throttle"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.8"

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

[dependencies.env_logger]
version = "0.11.8"

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

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
features = ["serde"]
version = "0.4.29"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.prometheus]
version = "0.14.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.148"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.toml]
version = "0.9.10"

[dependencies.version]
version = "3.0.0"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.49.0"

[features]

[package]
authors = ["Markus Klein"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "Provide semaphores for distributed systems via an http interface"
edition = "2024"
keywords = ["semaphore", "http"]
license = "MIT"
name = "throttle-server"
readme = "Readme.md"
repository = "https://github.com/pacman82/throttle.git"
version = "0.5.8"

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

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