[package] name = "unwind" version = "0.4.2" authors = ["Steven Fackler "] edition = "2018" description = "An interface to libunwind" license = "MIT/Apache-2.0" repository = "https://github.com/sfackler/rstack" documentation = "https://sfackler.github.io/rstack/doc/unwind" categories = ["api-bindings", "development-tools::debugging"] keywords = ["stack", "backtrace", "stacktrace"] [features] ptrace = ["unwind-sys/ptrace"] [dependencies] libc = "0.2" foreign-types = "0.5" unwind-sys = { version = "0.1.4", path = "../unwind-sys" }