# 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.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false 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"] [lib] name = "tracing_durations_export" path = "src/lib.rs" [[bin]] name = "plot" path = "src/bin/plot.rs" required-features = [ "plot", "cli", ] [[example]] name = "cached_network" path = "examples/cached_network.rs" [dependencies.anyhow] version = "1.0.86" optional = true [dependencies.clap] version = "4.5.16" features = ["derive"] optional = true [dependencies.fs] version = "2.11.0" package = "fs-err" [dependencies.itertools] version = "0.13.0" optional = true [dependencies.once_cell] version = "1.19.0" [dependencies.rustc-hash] version = "2.0.0" optional = true [dependencies.serde] version = "1.0.208" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.svg] version = "0.17.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.39.3" 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", ]