1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "termcolor" 15version = "1.2.0" 16authors = ["Andrew Gallant <jamslam@gmail.com>"] 17description = """ 18A simple cross platform library for writing colored text to a terminal. 19""" 20homepage = "https://github.com/BurntSushi/termcolor" 21documentation = "https://docs.rs/termcolor" 22readme = "README.md" 23keywords = [ 24 "windows", 25 "win", 26 "color", 27 "ansi", 28 "console", 29] 30license = "Unlicense OR MIT" 31repository = "https://github.com/BurntSushi/termcolor" 32 33[lib] 34name = "termcolor" 35bench = false 36 37[dev-dependencies] 38 39[target."cfg(windows)".dependencies.winapi-util] 40version = "0.1.3" 41