You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
918 B
35 lines
918 B
--- backtrace-0.3.61/Cargo.toml 1970-01-01T00:00:00+00:00
|
|
+++ backtrace-0.3.61/Cargo.toml 2021-09-21T21:18:07.275197+00:00
|
|
@@ -47,11 +47,6 @@
|
|
edition = "2018"
|
|
|
|
[[test]]
|
|
-name = "accuracy"
|
|
-required-features = ["std"]
|
|
-edition = "2018"
|
|
-
|
|
-[[test]]
|
|
name = "concurrent-panics"
|
|
harness = false
|
|
required-features = ["std"]
|
|
@@ -97,19 +92,9 @@
|
|
version = "1.0.67"
|
|
|
|
[features]
|
|
-coresymbolication = []
|
|
-dbghelp = []
|
|
default = ["std"]
|
|
-dladdr = []
|
|
gimli-symbolize = []
|
|
-kernel32 = []
|
|
libbacktrace = []
|
|
-libunwind = []
|
|
serialize-rustc = ["rustc-serialize"]
|
|
serialize-serde = ["serde"]
|
|
std = []
|
|
-unix-backtrace = []
|
|
-verify-winapi = ["winapi/dbghelp", "winapi/handleapi", "winapi/libloaderapi", "winapi/memoryapi", "winapi/minwindef", "winapi/processthreadsapi", "winapi/synchapi", "winapi/tlhelp32", "winapi/winbase", "winapi/winnt"]
|
|
-[target."cfg(windows)".dependencies.winapi]
|
|
-version = "0.3.9"
|
|
-optional = true
|