Bug 1888590 - Mark some subtests on trusted-types-event-handlers.html as failing...
[gecko.git] / third_party / rust / minidump-writer / Cargo.toml
blob6b33b5eebfad73d3965a3961c10e18a6eb443340
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 = "2021"
14 name = "minidump-writer"
15 version = "0.8.3"
16 authors = ["Martin Sirringhaus"]
17 description = "Rust rewrite of Breakpad's minidump_writer"
18 homepage = "https://github.com/rust-minidump/minidump-writer"
19 readme = "README.md"
20 license = "MIT"
21 repository = "https://github.com/rust-minidump/minidump-writer"
23 [dependencies.bitflags]
24 version = "2.4"
26 [dependencies.byteorder]
27 version = "1.4"
29 [dependencies.cfg-if]
30 version = "1.0"
32 [dependencies.crash-context]
33 version = "0.6"
35 [dependencies.memoffset]
36 version = "0.9"
38 [dependencies.minidump-common]
39 version = "0.19.1"
41 [dependencies.scroll]
42 version = "0.11"
44 [dependencies.tempfile]
45 version = "3.8"
47 [dependencies.thiserror]
48 version = "1.0"
50 [dev-dependencies.futures]
51 version = "0.3"
52 features = ["executor"]
54 [dev-dependencies.memmap2]
55 version = "0.8"
57 [dev-dependencies.minidump]
58 version = "0.19"
60 [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.nix]
61 version = "0.27"
62 features = [
63     "mman",
64     "process",
65     "ptrace",
66     "user",
68 default-features = false
70 [target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.procfs-core]
71 version = "0.16"
72 default-features = false
74 [target."cfg(target_os = \"macos\")".dependencies.mach2]
75 version = "0.4"
77 [target."cfg(target_os = \"macos\")".dev-dependencies.dump_syms]
78 version = "2.2"
79 default-features = false
81 [target."cfg(target_os = \"macos\")".dev-dependencies.minidump-processor]
82 version = "0.19"
83 default-features = false
85 [target."cfg(target_os = \"macos\")".dev-dependencies.minidump-unwind]
86 version = "0.19"
87 features = ["debuginfo"]
89 [target."cfg(target_os = \"macos\")".dev-dependencies.similar-asserts]
90 version = "1.5"
92 [target."cfg(target_os = \"macos\")".dev-dependencies.uuid]
93 version = "1.4"
95 [target."cfg(target_os = \"windows\")".dependencies.bitflags]
96 version = "2.4"
98 [target."cfg(unix)".dependencies.goblin]
99 version = "0.7.1"
101 [target."cfg(unix)".dependencies.libc]
102 version = "0.2"
104 [target."cfg(unix)".dependencies.memmap2]
105 version = "0.8"