Bug 1689358 - Generate minidumps for child process crashes using the minidump-writer...
[gecko.git] / third_party / rust / minidump-common / Cargo.toml
blobe0315d56d3dff9f11d3148abe97405c35e4eeb92
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
12 [package]
13 edition = "2018"
14 name = "minidump-common"
15 version = "0.17.0"
16 authors = ["Ted Mielczarek <ted@mielczarek.org>"]
17 description = "Some common types for working with minidump files."
18 homepage = "https://github.com/rust-minidump/rust-minidump"
19 readme = "README.md"
20 license = "MIT"
21 repository = "https://github.com/rust-minidump/rust-minidump"
23 [dependencies.arbitrary]
24 version = "1"
25 features = ["derive"]
26 optional = true
28 [dependencies.bitflags]
29 version = "1.3.2"
31 [dependencies.debugid]
32 version = "0.8.0"
34 [dependencies.enum-primitive-derive]
35 version = "0.2.2"
37 [dependencies.num-traits]
38 version = "0.2"
40 [dependencies.range-map]
41 version = "0.2"
43 [dependencies.scroll]
44 version = "0.11.0"
45 features = ["derive"]
47 [dependencies.smart-default]
48 version = "0.6.0"
50 [badges.travis-ci]
51 repository = "rust-minidump/rust-minidump"