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-08-16 01:39:13 +03:00
anyhow = "1.0.74"
2023-06-07 20:50:34 +03:00
hashbrown = "0.14.0"
2023-08-16 01:39:13 +03:00
log = "0.4.20"
2023-08-08 01:40:59 +03:00
moka = { version = "0.11.3", features = ["future"] }
2023-08-16 01:39:13 +03:00
tokio = "1.31.0"
tracing = "0.1.37"