[package]
edition = "2021"
name = "color-debug"
version = "0.1.1"
authors = ["Kyuuhachi <caagr98@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Monkey-patches Rust's fmt system to make Debug colored"
readme = "README.md"
categories = [
"development-tools::debugging",
"value-formatting",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kyuuhachi/Color-Debug"
[lib]
name = "color_debug"
path = "src/lib.rs"
[dependencies.region]
version = "3.0.0"
[dependencies.retour]
version = "0.3.1"
[features]
nightly = []