[dependencies]
[lib]
name = "rate_log"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library for rate-limited logging that prevents spam by tracking message frequency and duration."
edition = "2024"
license = "MIT"
name = "rate-log"
readme = "README.md"
version = "0.1.0"