log_limit 0.2.4

A rate limiting logging crate
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"