Blame backtrace-fix-metadata.diff

1f71efc
--- backtrace-0.3.40/Cargo.toml	1970-01-01T00:00:00+00:00
1f71efc
+++ backtrace-0.3.40/Cargo.toml	2019-12-16T23:44:11.877017+00:00
1f71efc
@@ -23,6 +23,7 @@
7937b48
 readme = "README.md"
7937b48
 license = "MIT/Apache-2.0"
a9d1427
 repository = "https://github.com/rust-lang/backtrace-rs"
760cad7
+exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
760cad7
 
760cad7
 [[example]]
760cad7
 name = "backtrace"
1f71efc
@@ -112,12 +113,9 @@
1f71efc
 optional = true
7937b48
 
7937b48
 [features]
7937b48
-coresymbolication = []
760cad7
-dbghelp = []
1f71efc
-default = ["std", "libunwind", "libbacktrace", "dladdr", "dbghelp"]
760cad7
+default = ["std", "libunwind", "libbacktrace", "dladdr"]
7937b48
 dladdr = []
1f71efc
 gimli-symbolize = ["addr2line", "findshlibs", "memmap", "goblin"]
7937b48
-kernel32 = []
eb23db0
 libbacktrace = ["backtrace-sys"]
7937b48
 libunwind = []
1f71efc
 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"]
1f71efc
@@ -125,7 +123,3 @@
1f71efc
 serialize-serde = ["serde"]
eb23db0
 std = []
eb23db0
 unix-backtrace = []
1f71efc
-verify-winapi = ["winapi/dbghelp", "winapi/handleapi", "winapi/libloaderapi", "winapi/minwindef", "winapi/processthreadsapi", "winapi/synchapi", "winapi/winbase", "winapi/winnt"]
7937b48
-[target."cfg(windows)".dependencies.winapi]
7937b48
-version = "0.3.3"
eb23db0
-optional = true