debug-et-diagnostics 0.3.1

set of macros and tools to colorfully debug and diagnose non-trivial code
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "ansi_colours"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14eec43e0298190790f41679fe69ef7a829d2a2ddd78c8c00339e84710e435fe"
dependencies = [
 "rgb",
]

[[package]]
name = "bytemuck"
version = "1.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"

[[package]]
name = "colorsys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aee37dd2dc25d67ce9bca2709c384843c46d1582158ed5e2483d52b6da30e7d8"

[[package]]
name = "debug-et-diagnostics"
version = "0.3.1"
dependencies = [
 "ansi_colours",
 "colorsys",
 "ioctl-term-light",
]

[[package]]
name = "ioctl-term-light"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a219cc4ef3bd666b20ee804025c555381eaa2d72a250a3e98e25f25463545e6f"

[[package]]
name = "rgb"
version = "0.8.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
dependencies = [
 "bytemuck",
]