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] 14edition = "2018" 15name = "rustc-ap-rustc_errors" 16version = "722.0.0" 17authors = ["The Rust Project Developers"] 18description = "Automatically published version of the package `rustc_errors` in the rust-lang/rust repository from commit c9c1f8be3fda5b58520c579451d3f5e20736ec90 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish\n " 19license = "MIT / Apache-2.0" 20repository = "https://github.com/rust-lang/rust" 21 22[lib] 23doctest = false 24[dependencies.annotate-snippets] 25version = "0.8.0" 26 27[dependencies.atty] 28version = "0.2" 29 30[dependencies.rustc_data_structures] 31version = "722.0.0" 32package = "rustc-ap-rustc_data_structures" 33 34[dependencies.rustc_lint_defs] 35version = "722.0.0" 36package = "rustc-ap-rustc_lint_defs" 37 38[dependencies.rustc_macros] 39version = "722.0.0" 40package = "rustc-ap-rustc_macros" 41 42[dependencies.rustc_serialize] 43version = "722.0.0" 44package = "rustc-ap-rustc_serialize" 45 46[dependencies.rustc_span] 47version = "722.0.0" 48package = "rustc-ap-rustc_span" 49 50[dependencies.termcolor] 51version = "1.0" 52 53[dependencies.termize] 54version = "0.1.1" 55 56[dependencies.tracing] 57version = "0.1" 58 59[dependencies.unicode-width] 60version = "0.1.4" 61[target."cfg(windows)".dependencies.winapi] 62version = "0.3" 63features = ["handleapi", "synchapi", "winbase"] 64