# 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 = "egui_tracing" version = "0.2.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Integrates tracing and logging with egui for event collection/visualization" readme = "README.md" keywords = [ "egui", "tracing", "log", ] categories = [ "gui", "game-development", ] license = "Unlicense" repository = "https://github.com/grievouz/egui_tracing" resolver = "1" [lib] name = "egui_tracing" path = "src/lib.rs" [dependencies.chrono] version = "~0.4.38" features = ["clock"] default-features = false [dependencies.egui] version = "~0.29.0" default-features = false [dependencies.globset] version = "~0.4.15" features = ["serde1"] [dependencies.serde] version = "~1.0.210" features = ["derive"] default-features = false [dependencies.tracing] version = "~0.1.40" default-features = false [dependencies.tracing-log] version = "~0.2.0" optional = true default-features = false [dependencies.tracing-subscriber] version = "~0.3.18" features = ["registry"] default-features = false [dependencies.unicode-segmentation] version = "~1.12" [features] default = [ "log", "egui-default", ] egui-default = ["egui/default"] log = [ "tracing-log", "tracing-subscriber/tracing-log", ] reexport = [] wasmbind = ["chrono/wasmbind"]