Source code

Revision control

Copy as Markdown

Other Tools

# 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-unwind"
version = "0.22.1"
authors = ["Alex Franchuk <afranchuk@mozilla.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for producing stack traces from minidump files."
readme = "README.md"
license = "MIT"
resolver = "2"
[package.metadata.docs.rs]
all-features = true
[lib]
name = "minidump_unwind"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1.52"
[dependencies.breakpad-symbols]
version = "0.22.1"
[dependencies.cachemap2]
version = "0.3.0"
optional = true
[dependencies.framehop]
version = "0.12"
optional = true
[dependencies.futures-util]
version = "0.3.25"
optional = true
[dependencies.memmap2]
version = "0.9"
optional = true
[dependencies.minidump]
version = "0.22.1"
[dependencies.minidump-common]
version = "0.22.1"
[dependencies.object]
version = "0.36"
features = ["read"]
optional = true
default-features = false
[dependencies.scroll]
version = "0.12.0"
[dependencies.tracing]
version = "0.1.34"
features = ["log"]
[dependencies.wholesym]
version = "0.7"
optional = true
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.test-assembler]
version = "0.1.6"
[dev-dependencies.tokio]
version = "1.12.0"
features = ["full"]
[features]
debuginfo = ["debuginfo-symbols"]
debuginfo-symbols = [
"debuginfo-unwind",
"futures-util",
"wholesym",
]
debuginfo-unwind = [
"cachemap2",
"framehop",
"memmap2",
"object",
]
http = ["breakpad-symbols/http"]
[badges.travis-ci]
repository = "rust-minidump/rust-minidump"