[dependencies.argh]
version = "0.1"
[dependencies.eframe]
default-features = false
features = ["default_fonts", "glow", "persistence"]
version = "0.28.0"
[dependencies.env_logger]
version = "0.10"
[dependencies.log]
version = "0.4"
[dependencies.puffin]
features = ["packing", "serialization", "lz4", "zstd"]
version = "0.19.1"
[dependencies.puffin_egui]
features = ["serde"]
version = "0.29.0"
[dependencies.puffin_http]
version = "0.16.1"
[dependencies.rfd]
version = "0.10.0"
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Embark <opensource@embark-studios.com>"]
categories = ["development-tools::profiling", "gui"]
description = "Viewer GUI for puffin profiler data"
edition = "2021"
homepage = "https://github.com/EmbarkStudios/puffin"
include = ["**/*.rs", "Cargo.toml", "README.md", "icon.png"]
keywords = ["profiler", "instrumentation", "gamedev"]
license = "MIT OR Apache-2.0"
name = "puffin_viewer"
readme = "README.md"
repository = "https://github.com/EmbarkStudios/puffin"
rust-version = "1.76"
version = "0.22.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mimalloc]
version = "0.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.33"