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.
14 name = "minidump-writer"
16 authors = ["Martin Sirringhaus"]
22 description = "Rust rewrite of Breakpad's minidump_writer"
23 homepage = "https://github.com/rust-minidump/minidump-writer"
26 repository = "https://github.com/rust-minidump/minidump-writer"
29 name = "minidump_writer"
34 path = "src/bin/test.rs"
38 path = "examples/synthetic.rs"
41 name = "linux_minidump_writer"
42 path = "tests/linux_minidump_writer.rs"
45 name = "mac_minidump_writer"
46 path = "tests/mac_minidump_writer.rs"
49 name = "ptrace_dumper"
50 path = "tests/ptrace_dumper.rs"
54 path = "tests/task_dumper.rs"
57 name = "windows_minidump_writer"
58 path = "tests/windows_minidump_writer.rs"
60 [dependencies.bitflags]
63 [dependencies.byteorder]
69 [dependencies.crash-context]
75 [dependencies.memoffset]
78 [dependencies.minidump-common]
84 [dependencies.tempfile]
87 [dependencies.thiserror]
90 [dev-dependencies.current_platform]
93 [dev-dependencies.futures]
95 features = ["executor"]
97 [dev-dependencies.memmap2]
100 [dev-dependencies.minidump]
103 [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.nix]
113 default-features = false
115 [target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies.procfs-core]
117 default-features = false
119 [target.'cfg(target_os = "macos")'.dependencies.mach2]
122 [target.'cfg(target_os = "macos")'.dev-dependencies.dump_syms]
124 default-features = false
126 [target.'cfg(target_os = "macos")'.dev-dependencies.minidump-processor]
128 default-features = false
130 [target.'cfg(target_os = "macos")'.dev-dependencies.minidump-unwind]
132 features = ["debuginfo"]
134 [target.'cfg(target_os = "macos")'.dev-dependencies.similar-asserts]
137 [target.'cfg(target_os = "macos")'.dev-dependencies.uuid]
140 [target.'cfg(target_os = "windows")'.dependencies.bitflags]
143 [target."cfg(unix)".dependencies.goblin]
146 [target."cfg(unix)".dependencies.libc]
149 [target."cfg(unix)".dependencies.memmap2]