ratelimit_meter 4.1.1

A leaky-bucket-as-a-meter rate-limiting implementation in Rust
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ratelimit_meter"
version = "4.1.1"
authors = ["Andreas Fuchs <asf@boinkor.net>"]
autobenches = false
description = "A leaky-bucket-as-a-meter rate-limiting implementation in Rust"
homepage = "https://github.com/antifuchs/ratelimit_meter"
documentation = "https://docs.rs/ratelimit_meter"
readme = "README.md"
categories = ["algorithms", "network-programming", "concurrency"]
license = "MIT"
repository = "https://github.com/antifuchs/ratelimit_meter.git"
[package.metadata.release]
dev-version-ext = "dev"
pre-release-commit-message = "Release {{version}} 🎉🎉"
pro-release-commit-message = "Start next development iteration {{version}}"
sign-commit = false
tag-message = "Release {{prefix}}{{version}}"
tag-prefix = "v"
upload-doc = false
[package.metadata.template_ci.additional_matrix_entries.no_std]
commandline = "cargo +nightly test --no-default-features --features no_std"
run = true
version = "nightly"

[package.metadata.template_ci.bench]
run = true
version = "stable"

[[bench]]
name = "criterion"
harness = false
[dependencies.evmap]
version = "4.0.0"
optional = true

[dependencies.nonzero_ext]
version = "0.1.5"
default-features = false

[dependencies.parking_lot]
version = "0.6.4"
optional = true

[dependencies.spin]
version = "0.5.0"
optional = true
[dev-dependencies.criterion]
version = "0.2.5"

[dev-dependencies.libc]
version = "0.2.41"

[features]
default = ["std"]
no_std = ["spin"]
std = ["parking_lot", "evmap", "nonzero_ext/std"]
[badges.circle-ci]
branch = "master"
repository = "antifuchs/ratelimit_meter"

[badges.maintenance]
status = "actively-developed"