27 lines
593 B
TOML
27 lines
593 B
TOML
[package]
|
|
name = "backtrace_printer"
|
|
version = "1.3.0"
|
|
edition = "2021"
|
|
|
|
description = "print std::backtrace::Backtrace with filtering and more"
|
|
authors = ["dotan@rng0.io"]
|
|
documentation = "https://docs.rs/backtrace_printer"
|
|
repository = "https://github.com/jondot/backtrace_printer"
|
|
keywords = ["dev", "backtrace", "console"]
|
|
license = "Apache-2.0"
|
|
readme = "../README.md"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
|
|
[dependencies]
|
|
btparse-stable = "0.1.1"
|
|
regex = "1"
|
|
thiserror = "1"
|
|
colored = "2"
|
|
|
|
[dev-dependencies]
|
|
insta = { version = "1.17.1", features = ["redactions", "yaml"] }
|
|
pretty_assertions = "1"
|