[package]
name = "load"
version = "0.1.2"
edition = "2024"
authors = [
"Zhang Yanpo <drdr.xp@gmail.com>",
]
categories = ["development-tools", "development-tools::profiling"]
description = "Load generator for benchmark tasks with Zipf distribution"
documentation = "https://docs.rs/load"
homepage = "https://github.com/drmingdrmer/load"
keywords = ["benchmark", "load-generator", "performance", "zipf", "testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drmingdrmer/load"
[features]
[dependencies]
rand = "0.8"
[package.metadata.docs.rs]
rustdoc-args = [ "--html-in-header", "katex-dollar.html" ]