]> git.proxmox.com Git - rustc.git/blame - vendor/annotate-snippets/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / annotate-snippets / Cargo.toml
CommitLineData
dc9dc135
XL
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
416331ca 6# to registry (e.g., crates.io) dependencies
dc9dc135
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "annotate-snippets"
923072b8 16version = "0.9.1"
dc9dc135
XL
17authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
18description = "Library for building code annotations"
19readme = "README.md"
20keywords = ["code", "analysis", "ascii", "errors", "debug"]
21license = "Apache-2.0/MIT"
416331ca 22repository = "https://github.com/rust-lang/annotate-snippets-rs"
f035d41b
XL
23
24[[bench]]
25name = "simple"
26harness = false
923072b8
FG
27[dependencies.unicode-width]
28version = "0.1"
29
f035d41b
XL
30[dependencies.yansi-term]
31version = "0.1"
dc9dc135 32optional = true
f035d41b
XL
33[dev-dependencies.criterion]
34version = "0.3"
dc9dc135
XL
35
36[dev-dependencies.difference]
f035d41b 37version = "2.0"
dc9dc135
XL
38
39[dev-dependencies.glob]
f035d41b 40version = "0.3"
dc9dc135
XL
41
42[dev-dependencies.serde]
f035d41b 43version = "1.0"
416331ca 44features = ["derive"]
dc9dc135 45
f035d41b
XL
46[dev-dependencies.toml]
47version = "0.5"
48
49[dev-dependencies.yansi-term]
50version = "0.1"
dc9dc135
XL
51
52[features]
f035d41b 53color = ["yansi-term"]
dc9dc135
XL
54default = []
55[badges.coveralls]
56branch = "master"
416331ca 57repository = "rust-lang/annotate-snippets-rs"
dc9dc135
XL
58service = "github"
59
60[badges.maintenance]
61status = "actively-developed"
62
63[badges.travis-ci]
64branch = "master"
416331ca 65repository = "rust-lang/annotate-snippets-rs"