]> git.proxmox.com Git - rustc.git/blob - vendor/yansi/Cargo.toml
New upstream version 1.67.1+dfsg1
[rustc.git] / vendor / yansi / Cargo.toml
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]
13 name = "yansi"
14 version = "0.5.1"
15 authors = ["Sergio Benitez <sb@sergio.bz>"]
16 description = "A dead simple ANSI terminal color painting library."
17 documentation = "https://docs.rs/yansi"
18 readme = "README.md"
19 keywords = [
20 "ansi",
21 "terminal",
22 "color",
23 "format",
24 "paint",
25 ]
26 categories = ["command-line-interface"]
27 license = "MIT/Apache-2.0"
28 repository = "https://github.com/SergioBenitez/yansi"
29
30 [dependencies]
31
32 [dev-dependencies.serial_test]
33 version = "0.6"
34
35 [badges.travis-ci]
36 branch = "master"
37 repository = "SergioBenitez/yansi"