blob: 5fb0e64e24ddddea803a138ea65312468841bcdb [file] [log] [blame] [edit]
# 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-chrome"
version = "0.7.2"
authors = ["Thoren Paulson <[email protected]>"]
exclude = ["/doc"]
description = "A Layer for tracing-subscriber that outputs Chrome-style traces."
documentation = "https://docs.rs/tracing-chrome"
readme = "README.md"
keywords = [
"profiling",
"tracing",
"flamegraph",
"subscriber",
]
categories = [
"asynchronous",
"development-tools::debugging",
"development-tools::profiling",
]
license = "MIT"
repository = "https://github.com/thoren-d/tracing-chrome"
[[bench]]
name = "overhead"
harness = false
[dependencies.serde_json]
version = "1.0.114"
[dependencies.tracing-core]
version = "0.1.32"
[dependencies.tracing-subscriber]
version = "0.3.18"
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.rayon]
version = "1.9.0"
[dev-dependencies.tracing]
version = "0.1.40"