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