# 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 = "performance_profiler" version = "1.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple perfomance profiler made with egui for realtime event loop applications" readme = "README.txt" license = "MIT" repository = "https://github.com/zachdedoo13/perfomance_profiler" [lib] name = "performance_profiler" path = "src/lib.rs" [[example]] name = "t2" path = "examples/t2.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.cfg] version = "0.9.0" [dependencies.eframe] version = "0.28.1" features = [] optional = true [dependencies.egui] version = "0.28.1" features = [] optional = true [dependencies.egui_plot] version = "0.28.1" features = [] optional = true [dependencies.instant] version = "0.1.13" features = [ "now", "wasm-bindgen", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.performance_profiler_per_macros] version = "0.1.1" [dependencies.rand] version = "0.8.5" features = [] [dependencies.winit] version = "0.29.15" features = [] optional = true [features] display = [ "eframe", "egui", "winit", "egui_plot", ]