# 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 = "2018" name = "tracing-timing" version = "0.6.0" authors = ["Jon Gjengset "] 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.8" [dependencies.doc-comment] version = "0.3" [dependencies.fxhash] version = "0.2" [dependencies.hdrhistogram] version = "7.5.0" [dependencies.indexmap] version = "1.0" [dependencies.quanta] version = "0.9" [dependencies.slab] version = "0.4.1" [dependencies.tracing-core] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.8" optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_distr] version = "0.4" [dev-dependencies.tracing] version = "0.1.2" [features] default = ["layer"] layer = ["tracing-subscriber"] [badges.azure-devops] build = "13" 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"