Cargo Features

tracing-durations-export has no features set by default.

[dependencies]
tracing-durations-export = { version = "0.2.0", features = ["plot", "cli"] }
plot = anyhow, itertools, rustc-hash, svg

Affects tracing-durations-export::plot

Required by the plot binary

cli = clap

Required by the plot binary

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

anyhow plot?
clap cli?
itertools plot?

Enables itertools ^0.12.0

rustc-hash plot?
svg plot?

Enables svg ^0.15.0

public = true