# 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" name = "tracing-durations-export" version = "0.2.0" description = "Record and visualize parallelism of tracing spans" readme = "Readme.md" keywords = ["tracing"] categories = [ "asynchronous", "development-tools::debugging", "development-tools::profiling", ] license = "MIT OR Apache-2.0" repository = "https://github.com/konstin/tracing-durations-export" [package.metadata.docs.rs] features = ["plot"] [[bin]] name = "plot" required-features = [ "plot", "cli", ] [dependencies.anyhow] version = "1.0.79" optional = true [dependencies.clap] version = "4.4.13" features = ["derive"] optional = true [dependencies.fs] version = "2.11.0" package = "fs-err" [dependencies.itertools] version = "0.12.0" optional = true [dependencies.once_cell] version = "1.19.0" [dependencies.rustc-hash] version = "1.1.0" optional = true [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.svg] version = "0.15.0" optional = true [dependencies.tracing] version = "0.1.40" default-features = false [dependencies.tracing-subscriber] version = "0.3.18" default-features = false [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tokio] version = "1.35.1" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dev-dependencies.tracing] version = "0.1.40" features = ["attributes"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "std", "registry", ] default-features = false [features] cli = ["clap"] plot = [ "anyhow", "itertools", "rustc-hash", "svg", ]