minidump-stackwalk 0.27.0

Analyzes minidumps and produces a report (either human-readable or JSON)
# 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.27.0"
authors = ["Ted Mielczarek <ted@mielczarek.org>"]
build = false
autolib = 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]]
file = "../RELEASES.md"
search = "# Unreleased"
replace = """
# Unreleased

Nothing Yet!


# Version {{version}} ({{date}})"""
exactly = 1

[package.metadata.wix]
upgrade-guid = "23C72699-7F27-49C7-B8A3-3D5939EB4D6B"
path-guid = "DD461542-889E-4826-886D-E47830290719"

[badges.travis-ci]
repository = "rust-minidump/rust-minidump"

[features]
mozilla_cab_symbols = ["minidump-processor/mozilla_cab_symbols"]

[[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.18.0"

[dependencies.minidump]
version = "0.27.0"

[dependencies.minidump-common]
version = "0.27.0"

[dependencies.minidump-processor]
version = "0.27.0"

[dependencies.minidump-unwind]
version = "0.27.0"
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.serde_json]
version = "1.0"

[dev-dependencies.test-assembler]
version = "0.1.6"