tracing-timing 0.2.12

Inter-event timing metrics on top of tracing.
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]
edition = "2018"
name = "tracing-timing"
version = "0.2.12"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "Inter-event timing metrics on top of tracing."
readme = "README.md"
keywords = ["perf", "tracing", "profiling"]
categories = ["development-tools::profiling", "visualization"]
license = "MIT"
repository = "https://github.com/jonhoo/tracing-timing.git"
[profile.release]
debug = true
[dependencies.crossbeam]
version = "0.7"

[dependencies.fxhash]
version = "0.2"

[dependencies.hdrhistogram]
version = "6.3.3"

[dependencies.indexmap]
version = "1.0"

[dependencies.quanta]
version = "0.3"

[dependencies.slab]
version = "0.4"

[dependencies.tracing-core]
version = "0.1.2"
[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.rand_distr]
version = "0.2.1"

[dev-dependencies.tracing]
version = "0.1.2"
[badges.azure-devops]
build = "5"
pipeline = "tracing-timing"
project = "jonhoo/jonhoo"

[badges.cirrus-ci]
repository = "jonhoo/tracing-timing"

[badges.codecov]
branch = "master"
repository = "jonhoo/tracing-timing"
service = "github"

[badges.maintenance]
status = "experimental"