deno_terminal 0.1.1

Terminal styling and other functionality used across Deno
Documentation
[dependencies.once_cell]
version = "1.17.1"

[dependencies.termcolor]
optional = true
version = "1.1.3"
[dev-dependencies.pretty_assertions]
version = "1.0.0"

[features]
colors = ["termcolor"]
default = ["colors"]

[package]
authors = ["the Deno authors"]
description = "Terminal styling and other functionality used across Deno"
documentation = "https://docs.rs/deno_terminal"
edition = "2021"
license = "MIT"
name = "deno_terminal"
readme = "README.md"
repository = "https://github.com/denoland/deno_terminal"
version = "0.1.1"