[package]
edition = "2024"
name = "tiny_pretty"
version = "0.4.1"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tiny implementation of Wadler-style pretty printer."
readme = "README.md"
license = "MIT"
repository = "https://github.com/g-plane/tiny_pretty"
resolver = "3"
[lib]
name = "tiny_pretty"
path = "src/lib.rs"
[dependencies.unicode-width]
version = "0.2"
optional = true
[dev-dependencies.itertools]
version = "0.14"