# 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_logger" version = "0.6.1" authors = ["Jacob "] build = false include = [ "src/*.rs", "Cargo.toml", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "log implementation for egui" readme = "README.md" categories = [ "gui", "game-development", "development-tools::debugging", ] license = "MIT" repository = "https://github.com/RegenJacob/egui_logger" [lib] name = "egui_logger" path = "src/lib.rs" [dependencies.egui] version = "0.29" [dependencies.hashbrown] version = "0.15" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.10" [dev-dependencies.eframe] version = "0.29" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.multi_log] version = "0.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.chrono] version = "0.4" features = [ "alloc", "clock", ] default-features = false [target.'cfg(target_arch = "wasm32")'.dependencies.chrono] version = "0.4" features = [ "alloc", "clock", "wasmbind", ] default-features = false