[package]
name = "iprint"
version = "0.1.4"
license = "MIT"
description = "A simple debugging utility that prints indented text based on function call depth"
homepage = "https://github.com/FlorianNAdam/iprint-rs"
repository = "https://github.com/FlorianNAdam/iprint-rs"
readme = "README.md"
edition = "2021"
[features]
log = []