[package] name = "style-term" description = "String colorizer for terminals" version = "1.0.0" edition = "2021" authors = ["Wyatt Herkamp "] license = "MIT OR Apache-2.0" homepage="https://github.com/wyatt-herkamp/style-term" documentation="https://docs.rs/style-term/latest/style-term/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.137", features = ["derive"], optional = true } [dev-dependencies] serde_json = "1.0.81" [features] disable_color = [] default_four_bit = []