# 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-processor" version = "0.22.2" authors = ["Ted Mielczarek "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for producing stack traces and other useful information 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" [lib] name = "minidump_processor" path = "src/lib.rs" [[test]] name = "test_processor" path = "tests/test_processor.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.breakpad-symbols] version = "0.22.2" [dependencies.debugid] version = "0.8.0" [dependencies.futures-util] version = "0.3.25" [dependencies.minidump] version = "0.22.2" [dependencies.minidump-common] version = "0.22.2" [dependencies.minidump-unwind] version = "0.22.2" [dependencies.scroll] version = "0.12.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.37" [dependencies.tracing] version = "0.1.34" features = ["log"] [dependencies.yaxpeax-x86] version = "2" 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 = ["minidump-unwind/debuginfo"] default = ["disasm_amd64"] disasm_amd64 = ["yaxpeax-x86"] http = ["minidump-unwind/http"] mozilla_cab_symbols = ["breakpad-symbols/mozilla_cab_symbols"] [badges.travis-ci] repository = "rust-minidump/rust-minidump"