• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 = "annotate-snippets"
15version = "0.9.2"
16authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
17description = "Library for building code annotations"
18readme = "README.md"
19keywords = [
20    "code",
21    "analysis",
22    "ascii",
23    "errors",
24    "debug",
25]
26license = "Apache-2.0/MIT"
27repository = "https://github.com/rust-lang/annotate-snippets-rs"
28
29[[bench]]
30name = "simple"
31harness = false
32
33[dependencies.unicode-width]
34version = "0.1"
35
36[dependencies.yansi-term]
37version = "0.1"
38optional = true
39
40[dev-dependencies.criterion]
41version = "0.3"
42
43[dev-dependencies.difference]
44version = "2.0"
45
46[dev-dependencies.glob]
47version = "0.3"
48
49[dev-dependencies.serde]
50version = "1.0"
51features = ["derive"]
52
53[dev-dependencies.toml]
54version = "0.5"
55
56[dev-dependencies.yansi-term]
57version = "0.1"
58
59[features]
60color = ["yansi-term"]
61default = []
62
63[badges.coveralls]
64branch = "master"
65repository = "rust-lang/annotate-snippets-rs"
66service = "github"
67
68[badges.maintenance]
69status = "actively-developed"
70
71[badges.travis-ci]
72branch = "master"
73repository = "rust-lang/annotate-snippets-rs"
74