[package] name = "log_limit" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "A rate limiting logging crate" documentation = "https://docs.rs/log_limit/" repository = "https://github.com/WalterSmuts/log_limit" keywords = ["macro", "rate", "limit", "utility", "logging"] categories = ["development-tools", "rust-patterns", "command-line-interface", "config", "web-programming"] readme = "README.md" [features] default = ["warning-messages"] warning-messages = [] [dependencies] log = "0.4.22" [dev-dependencies] simple_logger = "5.0.0"