Blob Blame History Raw
--- backtrace-0.3.14/Cargo.toml	1970-01-01T01:00:00+01:00
+++ backtrace-0.3.14/Cargo.toml	2019-03-10T11:25:48.303334+01:00
@@ -22,6 +22,7 @@
 readme = "README.md"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/alexcrichton/backtrace-rs"
+exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
 
 [[example]]
 name = "backtrace"
@@ -88,12 +89,9 @@
 version = "0.1"
 
 [features]
-coresymbolication = []
-dbghelp = []
-default = ["std", "libunwind", "libbacktrace", "coresymbolication", "dladdr", "dbghelp"]
+default = ["std", "libunwind", "libbacktrace", "dladdr"]
 dladdr = []
 gimli-symbolize = ["addr2line", "findshlibs", "gimli", "memmap", "object"]
-kernel32 = []
 libbacktrace = ["backtrace-sys", "std"]
 libunwind = []
 serialize-rustc = ["rustc-serialize"]
@@ -106,6 +104,3 @@
 [target."cfg(any(unix, target_env = \"sgx\"))".dependencies.libc]
 version = "0.2.45"
 default-features = false
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.3"
-features = ["dbghelp", "processthreadsapi", "winnt", "minwindef"]