Blame backtrace-fix-metadata.diff

f123891
--- backtrace-0.3.44/Cargo.toml	2020-02-11T17:51:35+00:00
f123891
+++ backtrace-0.3.44/Cargo.toml	2020-02-26T23:50:16.943379+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"
f123891
@@ -86,7 +87,7 @@
f123891
 optional = true
f123891
 
f123891
 [dependencies.goblin]
f123891
-version = "0.1.3"
f123891
+version = "0.2"
f123891
 features = ["elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "std"]
f123891
 optional = true
f123891
 default-features = false
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