# 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 = "2018" name = "minidump-stackwalk" version = "0.22.2" authors = ["Ted Mielczarek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Analyzes minidumps and produces a report (either human-readable or JSON)" homepage = "https://github.com/rust-minidump/rust-minidump" readme = "README.md" keywords = [ "breakpad", "symbols", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/rust-minidump/rust-minidump" resolver = "2" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "../RELEASES.md" replace = """ # Unreleased Nothing Yet! # Version {{version}} ({{date}})""" search = "# Unreleased" [package.metadata.wix] path-guid = "DD461542-889E-4826-886D-E47830290719" upgrade-guid = "23C72699-7F27-49C7-B8A3-3D5939EB4D6B" [[bin]] name = "minidump-stackwalk" path = "src/main.rs" [[test]] name = "test-minidump-stackwalk" path = "tests/test-minidump-stackwalk.rs" [dependencies.clap] version = "4.5.0" features = [ "cargo", "wrap_help", "derive", ] [dependencies.indicatif] version = "0.17.0" [dependencies.minidump] version = "0.22.2" [dependencies.minidump-common] version = "0.22.2" [dependencies.minidump-processor] version = "0.22.2" [dependencies.minidump-unwind] version = "0.22.2" features = [ "debuginfo", "http", ] [dependencies.tokio] version = "1.12.0" features = ["full"] [dependencies.tracing] version = "0.1.34" features = ["log"] [dependencies.tracing-subscriber] version = "0.3.14" [dev-dependencies.insta] version = "1.20.0" [dev-dependencies.test-assembler] version = "0.1.6" [features] mozilla_cab_symbols = ["minidump-processor/mozilla_cab_symbols"] [badges.travis-ci] repository = "rust-minidump/rust-minidump"