# 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-perf" version = "0.2.2" authors = ["Amine Hassane "] description = "Performance and time reporting for tracing" readme = "README.md" keywords = [ "tracing", "logging", "log", "term", ] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/Sporif/tracing-perf" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1.0" [dependencies.document-features] version = "0.2" optional = true [dependencies.indexmap] version = "1.8" optional = true [dependencies.minstant] version = "0.1" optional = true [dependencies.tracing] version = "0.1" default-features = false [features] default = ["start-print-order"] docsrs = ["document-features"] minstant = ["dep:minstant"] start-print-order = ["indexmap"]