dome-throttle 0.5.0

Token-bucket rate limiting and budget tracking for Thunder Dome
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 = "dome-throttle"
version = "0.5.0"
authors = ["Orel Ohayon <orel@orellius.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token-bucket rate limiting and budget tracking for Thunder Dome"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Orellius/thunder-dome"
resolver = "2"

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

[dependencies.dashmap]
version = "6"

[dependencies.dome-core]
version = "0.5.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt",
    "macros",
    "time",
    "test-util",
]