Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 710380
Collapse All | Expand All

(-)a/Cargo.toml (-22 lines)
Lines 24-37 readme = "README.md" Link Here
24
license = "MIT/Apache-2.0"
24
license = "MIT/Apache-2.0"
25
repository = "https://github.com/rust-lang/backtrace-rs"
25
repository = "https://github.com/rust-lang/backtrace-rs"
26
26
27
[[example]]
28
name = "backtrace"
29
required-features = ["std"]
30
31
[[example]]
32
name = "raw"
33
required-features = ["std"]
34
35
[[test]]
27
[[test]]
36
name = "skip_inner_frames"
28
name = "skip_inner_frames"
37
required-features = ["std"]
29
required-features = ["std"]
Lines 67-81 optional = true Link Here
67
[dependencies.cfg-if]
59
[dependencies.cfg-if]
68
version = "0.1.10"
60
version = "0.1.10"
69
61
70
[dependencies.compiler_builtins]
71
version = "0.1.2"
72
optional = true
73
74
[dependencies.core]
75
version = "1.0.0"
76
optional = true
77
package = "rustc-std-workspace-core"
78
79
[dependencies.cpp_demangle]
62
[dependencies.cpp_demangle]
80
version = "0.2.3"
63
version = "0.2.3"
81
optional = true
64
optional = true
Lines 120-131 gimli-symbolize = ["addr2line", "findshlibs", "memmap", "goblin"] Link Here
120
kernel32 = []
103
kernel32 = []
121
libbacktrace = ["backtrace-sys"]
104
libbacktrace = ["backtrace-sys"]
122
libunwind = []
105
libunwind = []
123
rustc-dep-of-std = ["backtrace-sys/rustc-dep-of-std", "cfg-if/rustc-dep-of-std", "core", "compiler_builtins", "libc/rustc-dep-of-std", "rustc-demangle/rustc-dep-of-std"]
124
serialize-rustc = ["rustc-serialize"]
106
serialize-rustc = ["rustc-serialize"]
125
serialize-serde = ["serde"]
107
serialize-serde = ["serde"]
126
std = []
108
std = []
127
unix-backtrace = []
109
unix-backtrace = []
128
verify-winapi = ["winapi/dbghelp", "winapi/handleapi", "winapi/libloaderapi", "winapi/minwindef", "winapi/processthreadsapi", "winapi/synchapi", "winapi/winbase", "winapi/winnt"]
129
[target."cfg(windows)".dependencies.winapi]
130
version = "0.3.3"
131
optional = true

Return to bug 710380