# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "backtrace_printer" version = "1.3.0" authors = ["dotan@rng0.io"] description = "print std::backtrace::Backtrace with filtering and more" documentation = "https://docs.rs/backtrace_printer" readme = "README.md" keywords = [ "dev", "backtrace", "console", ] license = "Apache-2.0" repository = "https://github.com/jondot/backtrace_printer" [dependencies.btparse-stable] version = "0.1.1" [dependencies.colored] version = "2" [dependencies.regex] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.insta] version = "1.17.1" features = [ "redactions", "yaml", ] [dev-dependencies.pretty_assertions] version = "1" [features] default = []