p99 0.0.4

Low-cost generation of performance percentiles (p50, p90, p99, etc.)
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"
rust-version = "1.74"
name = "p99"
version = "0.0.4"
authors = [
    "Harry Wilson <hwils2019@gmail.com>",
    "Matt Wilson <matthew@synesis.com.au>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-cost generation of performance percentiles (p50, p90, p99, etc.)"
homepage = "https://github.com/synesissoftware/p99.Rust"
documentation = "https://docs.rs/p99"
readme = "README.md"
keywords = [
    "latency",
    "metrics",
    "percentiles",
    "performance",
]
categories = [
    "algorithms",
    "development-tools::profiling",
]
license = "BSD-3-Clause"
repository = "https://github.com/synesissoftware/p99.Rust"

[package.metadata.docs.rs]
all-features = true

[features]
binary-scaling = []
default = []
null-feature = []

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

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

[[bench]]
name = "histogram"
path = "benches/histogram.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8"
features = []
default-features = false

[dev-dependencies.test_help-rs]
version = "0.2.1"
features = []
default-features = false