# 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 = "time-graph" version = "0.3.2" authors = ["Luthaf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Always-on profilling recording function timing and the corresponding call graph """ readme = "README.md" keywords = ["profiling"] categories = ["development-tools::profiling"] license = "Apache-2.0/MIT" repository = "https://github.com/luthaf/time-graph" [lib] name = "time_graph" path = "src/lib.rs" [[example]] name = "calculation" path = "examples/calculation.rs" [[example]] name = "recursive" path = "examples/recursive.rs" [[test]] name = "attribute" path = "tests/attribute.rs" [[test]] name = "callsite" path = "tests/callsite.rs" [[bench]] name = "empty" path = "benches/empty.rs" harness = false [dependencies.json] version = "0.12" optional = true [dependencies.once_cell] version = "1" [dependencies.petgraph] version = "0.6" [dependencies.quanta] version = "0.12" [dependencies.time-graph-macros] version = "0.3.2" [dependencies.unicode-width] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [features] default = [] table = ["unicode-width"]