]> git.proxmox.com Git - rustc.git/blame - src/librustc_errors/Cargo.toml
New upstream version 1.46.0~beta.2+dfsg1
[rustc.git] / src / librustc_errors / Cargo.toml
CommitLineData
3157f602
XL
1[package]
2authors = ["The Rust Project Developers"]
3name = "rustc_errors"
4version = "0.0.0"
9fa01778 5edition = "2018"
3157f602
XL
6
7[lib]
8name = "rustc_errors"
9path = "lib.rs"
416331ca 10doctest = false
3157f602
XL
11
12[dependencies]
0bf4aa26 13log = "0.4"
f035d41b 14rustc_serialize = { path = "../librustc_serialize" }
dfeec247 15rustc_span = { path = "../librustc_span" }
abe05a73 16rustc_data_structures = { path = "../librustc_data_structures" }
ff7c6d11 17unicode-width = "0.1.4"
0531ce1d 18atty = "0.2"
b7449926 19termcolor = "1.0"
f035d41b 20annotate-snippets = "0.8.0"
74b04a01 21termize = "0.1.1"
dfeec247
XL
22
23[target.'cfg(windows)'.dependencies]
24winapi = { version = "0.3", features = ["handleapi", "synchapi", "winbase"] }