[package]
name = "tiny_pretty"
version = "0.3.1"
edition = "2024"
authors = ["Pig Fang <g-plane@hotmail.com>"]
description = "Tiny implementation of Wadler-style pretty printer."
repository = "https://github.com/g-plane/tiny_pretty"
license = "MIT"
resolver = "3"
[dependencies]
unicode-width = { version = "0.2", optional = true }
[dev-dependencies]
itertools = "0.14"