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 @@ -18,6 +18,8 @@ cfg-if = "0.1.6"
18
18
rustc-demangle = " 0.1.4"
19
19
backtrace-sys = { path = " crates/backtrace-sys" , version = " 0.1.17" , optional = true }
20
20
libc = { version = " 0.2.45" , default-features = false }
21
+ core = { version = " 1.0.0" , optional = true , package = ' rustc-std-workspace-core' }
22
+ compiler_builtins = { version = ' 0.1.2' , optional = true }
21
23
22
24
# Optionally enable the ability to serialize a `Backtrace`
23
25
serde = { version = " 1.0" , optional = true }
@@ -112,6 +114,14 @@ verify-winapi = [
112
114
' winapi/winbase' ,
113
115
' winapi/winnt' ,
114
116
]
117
+ rustc-dep-of-std = [
118
+ ' backtrace-sys/rustc-dep-of-std' ,
119
+ ' cfg-if/rustc-dep-of-std' ,
120
+ ' core' ,
121
+ ' compiler_builtins' ,
122
+ ' libc/rustc-dep-of-std' ,
123
+ ' rustc-demangle/rustc-dep-of-std' ,
124
+ ]
115
125
116
126
[[example ]]
117
127
name = " backtrace"
You can’t perform that action at this time.
0 commit comments