[dependencies]
[dev-dependencies.anyhow]
version = "1.0.79"
[dev-dependencies.gag]
version = "1.0.0"
[dev-dependencies.serde_json]
version = "1.0.113"
[package]
authors = ["bestia.dev"]
categories = ["programming", "development-tools::debugging", "development-tools"]
description = "pretty_dbg! is a copy of dbg!, just modified :#? to :# for pretty print. format_dbg! works like eprintln! with added file, line and column"
edition = "2021"
homepage = "https://bestia.dev"
include = ["Cargo.toml", "LICENSE", "README.md", "src/*"]
keywords = ["dbg", "macro"]
license = "MIT"
name = "pretty_dbg"
publish = true
readme = "README.md"
repository = "https://github.com/bestia-dev/pretty_dbg"
version = "1.0.54"