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

15 lines
349 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" }
2022-10-21 23:59:05 +03:00
anyhow = "1.0.66"
2022-11-11 21:40:52 +03:00
hashbrown = "0.13.1"
2022-11-12 11:24:32 +03:00
log = "0.4.17"
2022-11-08 01:14:59 +03:00
moka = { version = "0.9.6", default-features = false, features = ["future"] }
2022-09-28 06:35:55 +03:00
tokio = "1.21.2"