]> git.proxmox.com Git - rustc.git/blob - vendor/codespan-reporting/Cargo.toml
New upstream version 1.41.1+dfsg1
[rustc.git] / vendor / codespan-reporting / 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 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]
14 edition = "2018"
15 name = "codespan-reporting"
16 version = "0.5.0"
17 authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
18 exclude = ["assets/**"]
19 description = "Diagnostic reporting support for the codespan crate"
20 homepage = "https://github.com/brendanzab/codespan"
21 documentation = "https://docs.rs/codespan-reporting"
22 readme = "README.md"
23 license = "Apache-2.0"
24 repository = "https://github.com/brendanzab/codespan"
25 [dependencies.codespan]
26 version = "0.5.0"
27
28 [dependencies.heapsize]
29 version = "0.4"
30 optional = true
31
32 [dependencies.heapsize_derive]
33 version = "0.1"
34 optional = true
35
36 [dependencies.serde]
37 version = "1"
38 features = ["derive"]
39 optional = true
40
41 [dependencies.termcolor]
42 version = "1.0"
43
44 [dependencies.unicode-width]
45 version = "0.1"
46 [dev-dependencies.insta]
47 version = "0.11"
48
49 [dev-dependencies.lazy_static]
50 version = "1.4"
51
52 [dev-dependencies.structopt]
53 version = "0.2"
54
55 [dev-dependencies.unindent]
56 version = "0.1"
57
58 [features]
59 memory_usage = ["heapsize_derive", "heapsize", "codespan/memory_usage"]
60 serialization = ["serde", "serde/rc", "codespan/serialization"]