rstack-self 0.1.2

Stack traces of all threads of a process
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "rstack-self"
version = "0.1.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Stack traces of all threads of a process"
documentation = "https://sfackler.github.io/rstack/doc/rstack_self"
keywords = ["stack", "backtrace", "stacktrace"]
categories = ["api-bindings", "development-tools::debugging"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rstack"
[dependencies.antidote]
version = "1.0"

[dependencies.backtrace]
version = "0.3"

[dependencies.bincode]
version = "1.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.rstack]
version = "0.1.1"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.5"