# 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" rust-version = "1.76" name = "puffin_egui" version = "0.29.0" authors = ["Emil Ernerfeldt "] include = [ "../LICENSE-APACHE", "../LICENSE-MIT", "**/*.rs", "Cargo.toml", "README.md", ] description = "Show puffin profiler flamegraph in-game using egui" homepage = "https://github.com/EmbarkStudios/puffin" readme = "README.md" keywords = [ "profiler", "gamedev", "gui", ] categories = [ "development-tools::profiling", "game-development", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/puffin" [dependencies.egui] version = "0.28.0" default-features = false [dependencies.egui_extras] version = "0.28.0" features = ["serde"] default-features = false [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.natord] version = "1.0.9" [dependencies.once_cell] version = "1.7" [dependencies.parking_lot] version = "0.12" [dependencies.puffin] version = "0.19.1" features = ["packing"] [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.time] version = "0.3.17" features = [ "formatting", "macros", ] default-features = false [dependencies.vec1] version = "1.8" [dependencies.web-time] version = "0.2" [dev-dependencies.eframe] version = "0.28.0" features = [ "default_fonts", "glow", "persistence", ] default-features = false