[package] name = "prettier-print" version = "0.1.2" edition = "2018" authors = ["Makoto "] documentation = "https://docs.rs/prettier-print/" license = "MIT" description = "🌈 Prettier-printed debug strings 🌈" repository = "https://github.com/MakotoE/prettier-print" readme = "README.md" [dependencies] rand = { version = "0.8", features = ["small_rng"] } rand_distr = "0.4" crossterm = "0.20" [dev-dependencies] rstest = "0.10"