[package] name = "rl-tokio" description = "In-process token-bucket rate limiter for async tokio runtimes." version = "0.1.0" edition = "2021" authors = ["Kevin Cox "] homepage = "https://gitlab.com/kevincox/rl-tokio" repository = "https://gitlab.com/kevincox/rl-tokio" license = "Apache-2.0" [dependencies] rl-core = { version = "1.8.0", features = ["tokio"] } tokio = { version = "1.39.2", features = ["sync", "time"] } [dev-dependencies] tokio = { version = "1.39.2", features = ["macros", "rt", "test-util"] }