# 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 = "pretty_backtrace" version = "0.1.2" authors = ["bjorn3 "] description = "Pretty colored backtraces for Rust.\n" documentation = "https://docs.rs/pretty_backtrace" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/bjorn3/pretty_backtrace" [dependencies.addr2line] version = "0.9.0" [dependencies.backtrace] version = "0.3.13" [dependencies.findshlibs] version = "0.4.0" [dependencies.gimli] version = "0.18.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.libc] version = "0.2.51" [dependencies.object] version = "0.12.0" [dependencies.regex] version = "1.1.0" [dependencies.rental] version = "0.5.2" [dependencies.syntect] version = "3.0.2"