# 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 = "symbolic-minidump" version = "8.8.0" authors = [ "Armin Ronacher ", "Jan Michael Auer ", ] build = "build.rs" include = [ "/cpp/**/*", "/src/**/*", "/third_party/breakpad/src/**/*.h", "/third_party/breakpad/src/**/*.c", "/third_party/breakpad/src/**/*.cc", "/third_party/lss/*.h", "/build.rs", "/Cargo.toml", ] description = """ A library to process and inspect Minidump crash reports """ homepage = "https://github.com/getsentry/symbolic" documentation = "https://docs.rs/symbolic-minidump" license = "MIT" repository = "https://github.com/getsentry/symbolic" [package.metadata.docs.rs] all-features = true [[bench]] name = "nested_range_map" harness = false [[bench]] name = "from_minidump" harness = false [[bench]] name = "from_minidump_external" harness = false [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.regex] version = "1.3.5" optional = true [dependencies.serde] version = "1.0.94" optional = true [dependencies.symbolic-common] version = "8.8.0" [dependencies.symbolic-debuginfo] version = "8.8.0" [dependencies.thiserror] version = "1.0.20" [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports"] [dev-dependencies.insta] version = "1.3.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rand] version = "0.8.3" features = ["small_rng"] [dev-dependencies.similar-asserts] version = "1.0.0" [dev-dependencies.walkdir] version = "2.3.1" [build-dependencies.cc] version = "1.0.50" features = ["parallel"] [features] default = ["processor"] processor = [ "lazy_static", "regex", ]