# 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_rs" version = "0.3.1" authors = ["Grievouz "] 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/FOSSEC/egui_tracing" [dependencies.chrono] version = "0.4.24" features = ["clock"] default-features = false [dependencies.egui] version = "0.27" [dependencies.globset] version = "0.4.10" features = ["serde1"] [dependencies.serde] version = "1.0.164" features = ["derive"] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.tracing-log] version = "0.2.0" optional = true default-features = false [dependencies.tracing-subscriber] version = "0.3" features = ["registry"] default-features = false [dependencies.unicode-segmentation] version = "1.10" [dev-dependencies.eframe] version = "0.26.2" [features] default = ["log"] log = [ "tracing-log", "tracing-subscriber/tracing-log", ] wasmbind = ["chrono/wasmbind"]