2022-05-21 23:40:22 +03:00
|
|
|
[package]
|
2022-09-15 20:57:24 +03:00
|
|
|
name = "deferred-rate-limiter"
|
2022-05-21 23:40:22 +03:00
|
|
|
version = "0.2.0"
|
|
|
|
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
|
2022-08-16 01:50:56 +03:00
|
|
|
edition = "2021"
|
2022-05-21 23:40:22 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2023-05-18 10:04:30 +03:00
|
|
|
quick_cache_ttl = { path = "../quick_cache_ttl" }
|
2022-09-15 20:57:24 +03:00
|
|
|
redis-rate-limiter = { path = "../redis-rate-limiter" }
|
|
|
|
|
2023-05-11 23:25:55 +03:00
|
|
|
anyhow = "1.0.71"
|
2023-01-15 23:02:33 +03:00
|
|
|
hashbrown = "0.13.2"
|
2022-11-12 11:24:32 +03:00
|
|
|
log = "0.4.17"
|
2023-05-11 23:25:55 +03:00
|
|
|
tokio = "1.28.1"
|