web3-proxy/deferred-rate-limiter/Cargo.toml

16 lines
343 B
TOML
Raw Normal View History

[package]
2022-09-15 20:57:24 +03:00
name = "deferred-rate-limiter"
version = "0.2.0"
authors = ["Bryan Stitt <bryan@stitthappens.com>"]
edition = "2021"
[dependencies]
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-06-07 20:50:34 +03:00
hashbrown = "0.14.0"
2023-06-12 21:44:51 +03:00
log = "0.4.19"
2023-06-09 08:35:14 +03:00
moka = { version = "0.11.2", features = ["future"] }
2023-06-30 09:16:31 +03:00
tokio = "1.29.1"
tracing = "0.1.37"