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

15 lines
350 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-04-05 22:30:52 +03:00
anyhow = "1.0.70"
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-04-05 22:30:52 +03:00
moka = { version = "0.10.2", default-features = false, features = ["future"] }
tokio = "1.27.0"