# 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 = "minidump-debugger" version = "0.3.4" authors = ["Aria Beingessner "] description = "an experimental GUI for inspecting minidumps with rust-minidump" readme = "README.md" keywords = [ "minidump", "debugger", "rust-minidump", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-minidump/minidump-debugger" [package.metadata.wix] eula = false license = false path-guid = "A68C9CFB-7058-42EA-ADF1-09F5FAA40034" upgrade-guid = "C2649249-9DC8-47EC-855B-CD4BD8444D1D" [profile.dist] debug = 2 split-debuginfo = "packed" inherits = "release" [dependencies.breakpad-symbols] version = "0.19.0" [dependencies.clap] version = "3.2.15" features = ["derive"] [dependencies.eframe] version = "0.18.0" [dependencies.egui] version = "0.18.1" [dependencies.egui_extras] version = "0.18.0" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.memmap2] version = "0.8.0" [dependencies.minidump] version = "0.19.0" [dependencies.minidump-common] version = "0.19.0" [dependencies.minidump-processor] version = "0.19.0" features = [ "http", "dump_syms", "debuginfo", ] [dependencies.minidump-unwind] version = "0.19.0" features = [ "debuginfo", "http", "swift", ] [dependencies.num-traits] version = "0.2.15" [dependencies.rfd] version = "0.9.1" [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.20.0" features = [ "time", "macros", ] [dependencies.tracing] version = "0.1.34" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.14" [features] default = ["inline"] inline = []