pacer 0.1.0

Distributed rate-limiter with HTTP interface
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 = "2024"
name = "pacer"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed rate-limiter with HTTP interface"
readme = "README.md"
keywords = [
    "http",
    "rate-limiter",
]
license = "MIT"
repository = "https://github.com/beebeeep/pacer"

[lib]
name = "pacer"
path = "src/lib.rs"

[[bin]]
name = "pacer"
path = "src/main.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[dependencies.bytes]
version = "1.10.1"

[dependencies.clap]
version = "4.5.40"
features = ["derive"]

[dependencies.config]
version = "0.15.11"

[dependencies.env_logger]
version = "0.11.8"
features = ["kv"]

[dependencies.flexbuffers]
version = "25.2.10"

[dependencies.futures-lite]
version = "2.6.0"

[dependencies.glommio]
version = "0.9.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.6.0"
features = [
    "client",
    "http1",
    "server",
]

[dependencies.log]
version = "0.4.27"
features = ["kv"]

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.snafu]
version = "0.8.6"

[dev-dependencies.atomic-counter]
version = "1.0.1"

[dev-dependencies.hdrhistogram]
version = "7.5.4"