rstack 0.3.2

Stack traces of remote processes
Documentation
[dependencies.cfg-if]
version = "0.1"

[dependencies.dw_]
optional = true
package = "dw"
version = "0.2"

[dependencies.lazy_static]
optional = true
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.unwind_]
features = ["ptrace"]
optional = true
package = "unwind"
version = "0.4"

[features]
default = ["unwind"]
dw = ["dw_", "lazy_static"]
unwind = ["unwind_"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
categories = ["api-bindings", "development-tools::debugging"]
description = "Stack traces of remote processes"
documentation = "https://sfackler.github.io/rstack/doc/rstack"
edition = "2018"
keywords = ["stack", "backtrace", "stacktrace"]
license = "MIT/Apache-2.0"
name = "rstack"
repository = "https://github.com/sfackler/rstack"
version = "0.3.2"