# 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] edition = "2018" name = "rstack-self" version = "0.3.0" authors = ["Steven Fackler "] 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.3.0" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.env_logger] version = "0.5" [features] default = ["unwind"] dw = ["rstack/dw"] unwind = ["rstack/unwind"]