Blame backtrace-fix-metadata.diff

2750008
--- backtrace-0.3.45/Cargo.toml	2020-03-04T14:55:08+00:00
2750008
+++ backtrace-0.3.45/Cargo.toml	2020-03-04T20:45:18.082333+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"
2750008
@@ -113,20 +114,12 @@
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 = []
2750008
 libbacktrace = ["backtrace-sys/backtrace-sys"]
7937b48
 libunwind = []
2750008
-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"]
2750008
 serialize-rustc = ["rustc-serialize"]
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