Blob Blame History Raw
--- backtrace-0.3.44/Cargo.toml	2020-02-11T17:51:35+00:00
+++ backtrace-0.3.44/Cargo.toml	2020-02-26T23:50:16.943379+00:00
@@ -23,6 +23,7 @@
 readme = "README.md"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/backtrace-rs"
+exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
 
 [[example]]
 name = "backtrace"
@@ -86,7 +87,7 @@
 optional = true
 
 [dependencies.goblin]
-version = "0.1.3"
+version = "0.2"
 features = ["elf32", "elf64", "mach32", "mach64", "pe32", "pe64", "std"]
 optional = true
 default-features = false
@@ -112,12 +113,9 @@
 optional = true
 
 [features]
-coresymbolication = []
-dbghelp = []
-default = ["std", "libunwind", "libbacktrace", "dladdr", "dbghelp"]
+default = ["std", "libunwind", "libbacktrace", "dladdr"]
 dladdr = []
 gimli-symbolize = ["addr2line", "findshlibs", "memmap", "goblin"]
-kernel32 = []
 libbacktrace = ["backtrace-sys"]
 libunwind = []
 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"]
@@ -125,7 +123,3 @@
 serialize-serde = ["serde"]
 std = []
 unix-backtrace = []
-verify-winapi = ["winapi/dbghelp", "winapi/handleapi", "winapi/libloaderapi", "winapi/minwindef", "winapi/processthreadsapi", "winapi/synchapi", "winapi/winbase", "winapi/winnt"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.3"
-optional = true