blob: bdfadbe1ab4d2922da0b960c82c4bd150df78dfe [file] [log] [blame]
[package]
name = "yansi"
version = "0.3.3"
authors = ["Sergio Benitez <sb@sergio.bz>"]
repository = "https://github.com/SergioBenitez/yansi"
documentation = "https://docs.rs/yansi"
description = "A dead simple ANSI terminal color painting library."
keywords = ["ansi", "terminal", "color", "format", "paint"]
readme = "README.md"
license = "MIT/Apache-2.0"
categories = ["command-line-interface"]
[features]
nightly = []
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[package.metadata.docs.rs]
all-features = true