# 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 = "tracing-egui" version = "0.1.0" description = "Integration to display tracing events in an egui context" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.chrono] version = "0.4" features = ["std", "clock"] default-features = false package = "chrono" [dependencies.egui] version = "0.13" features = ["single_threaded"] default-features = false package = "egui" [dependencies.hashbrown] version = "0.11" features = ["ahash"] default-features = false package = "hashbrown" [dependencies.indexmap] version = "1.7" features = ["std"] default-features = false package = "indexmap" [dependencies.once_cell] version = "1.8" default-features = false package = "once_cell" [dependencies.parking_lot] version = "0.11" default-features = false package = "parking_lot" [dependencies.smartstring] version = "0.2" optional = true default-features = false package = "smartstring" [dependencies.tracing] version = "0.1" default-features = false package = "tracing" [dependencies.tracing-subscriber] version = "0.2" features = ["registry"] default-features = false package = "tracing-subscriber" [features] default = ["smartstring"]