]> git.proxmox.com Git - rustc.git/blob - src/vendor/backtrace/Cargo.toml
New upstream version 1.23.0+dfsg1
[rustc.git] / src / vendor / backtrace / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
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
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "backtrace"
15 version = "0.3.4"
16 authors = ["Alex Crichton <alex@alexcrichton.com>", "The Rust Project Developers"]
17 description = "A library to acquire a stack trace (backtrace) at runtime in a Rust program.\n"
18 homepage = "https://github.com/alexcrichton/backtrace-rs"
19 documentation = "http://alexcrichton.com/backtrace-rs"
20 readme = "README.md"
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/alexcrichton/backtrace-rs"
23 [dependencies.findshlibs]
24 version = "0.3.3"
25 optional = true
26
27 [dependencies.rustc-demangle]
28 version = "0.1.4"
29
30 [dependencies.serde]
31 version = "1.0"
32 optional = true
33
34 [dependencies.addr2line]
35 version = "0.5.0"
36 optional = true
37
38 [dependencies.rustc-serialize]
39 version = "0.3"
40 optional = true
41
42 [dependencies.cpp_demangle]
43 version = "0.2.3"
44 optional = true
45 default-features = false
46
47 [dependencies.serde_derive]
48 version = "1.0"
49 optional = true
50
51 [dependencies.cfg-if]
52 version = "0.1"
53
54 [features]
55 unix-backtrace = []
56 kernel32 = []
57 dbghelp = ["kernel32-sys", "winapi", "dbghelp-sys"]
58 dladdr = []
59 gimli-symbolize = ["addr2line", "findshlibs"]
60 libunwind = []
61 default = ["libunwind", "libbacktrace", "coresymbolication", "dladdr", "dbghelp"]
62 serialize-rustc = ["rustc-serialize"]
63 serialize-serde = ["serde", "serde_derive"]
64 coresymbolication = []
65 libbacktrace = ["backtrace-sys"]
66 [target."cfg(windows)".dependencies.kernel32-sys]
67 version = "0.2"
68 optional = true
69
70 [target."cfg(windows)".dependencies.winapi]
71 version = "0.2.5"
72 optional = true
73
74 [target."cfg(windows)".dependencies.dbghelp-sys]
75 version = "0.2"
76 optional = true
77 [target."cfg(unix)".dependencies.libc]
78 version = "0.2"
79 [target."cfg(all(unix, not(target_os = \"fuchsia\"), not(target_os = \"emscripten\"), not(target_os = \"macos\"), not(target_os = \"ios\")))".dependencies.backtrace-sys]
80 version = "0.1.3"
81 optional = true