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