# 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_viewer" version = "0.22.0" authors = ["Embark "] include = [ "**/*.rs", "Cargo.toml", "README.md", "icon.png", ] description = "Viewer GUI for puffin profiler data" homepage = "https://github.com/EmbarkStudios/puffin" readme = "README.md" keywords = [ "profiler", "instrumentation", "gamedev", ] categories = [ "development-tools::profiling", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmbarkStudios/puffin" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.argh] version = "0.1" [dependencies.eframe] version = "0.28.0" features = [ "default_fonts", "glow", "persistence", ] default-features = false [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.puffin] version = "0.19.1" features = [ "packing", "serialization", "lz4", "zstd", ] [dependencies.puffin_egui] version = "0.29.0" features = ["serde"] [dependencies.puffin_http] version = "0.16.1" [dependencies.rfd] version = "0.10.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"