File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ cfg-if = "0.1.6"
19
19
rustc-demangle = " 0.1.4"
20
20
backtrace-sys = { path = " backtrace-sys" , version = " 0.1.17" , optional = true }
21
21
libc = { version = " 0.2.45" , default-features = false }
22
+ core = { version = " 1.0.0" , optional = true , package = ' rustc-std-workspace-core' }
23
+ compiler_builtins = { version = ' 0.1.2' , optional = true }
22
24
23
25
# Optionally enable the ability to serialize a `Backtrace`
24
26
serde = { version = " 1.0" , optional = true }
@@ -113,6 +115,14 @@ verify-winapi = [
113
115
' winapi/winbase' ,
114
116
' winapi/winnt' ,
115
117
]
118
+ rustc-dep-of-std = [
119
+ ' backtrace-sys/rustc-dep-of-std' ,
120
+ ' cfg-if/rustc-dep-of-std' ,
121
+ ' core' ,
122
+ ' compiler_builtins' ,
123
+ ' libc/rustc-dep-of-std' ,
124
+ ' rustc-demangle/rustc-dep-of-std' ,
125
+ ]
116
126
117
127
[[example ]]
118
128
name = " backtrace"
You can’t perform that action at this time.
0 commit comments