108 lines
2.2 KiB
TOML
108 lines
2.2 KiB
TOML
# 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.24.0"
|
|
authors = ["Alex Franchuk <afranchuk@mozilla.com>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "A library for producing stack traces from minidump files."
|
|
homepage = "https://github.com/rust-minidump/rust-minidump"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/rust-minidump/rust-minidump"
|
|
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.24.0"
|
|
|
|
[dependencies.cachemap2]
|
|
version = "0.3.0"
|
|
optional = true
|
|
|
|
[dependencies.framehop]
|
|
version = "0.13"
|
|
optional = true
|
|
|
|
[dependencies.futures-util]
|
|
version = "0.3.25"
|
|
optional = true
|
|
|
|
[dependencies.memmap2]
|
|
version = "0.9"
|
|
optional = true
|
|
|
|
[dependencies.minidump]
|
|
version = "0.24.0"
|
|
|
|
[dependencies.minidump-common]
|
|
version = "0.24.0"
|
|
|
|
[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"
|