[package] name = "pretty_backtrace" version = "0.1.2" authors = ["bjorn3 "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/bjorn3/pretty_backtrace" documentation = "https://docs.rs/pretty_backtrace" description = """ Pretty colored backtraces for Rust. """ readme = "README.md" [dependencies] object = "0.12.0" gimli = "0.18.0" addr2line = "0.9.0" backtrace = "0.3.13" regex = "1.1.0" lazy_static = "1.2.0" syntect = "3.0.2" rental = "0.5.2" findshlibs = "0.4.0" libc = "0.2.51"