rustc-ap-rustc_target 276.0.0

Automatically published version of the package `rustc_target` in the rust-lang/rust repository from commit f99911a4a0bead7dd1f9ef2f90442844434cc391 The publishing script for this crate lives at: https://github.com/alexcrichton/rustc-auto-publish
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"

[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
 "cfg-if",
]

[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"

[[package]]
name = "rustc-ap-rustc_cratesio_shim"
version = "276.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "756c4d9c2376c48725c32af0405cd358c9961f4eda70121a1a1d6fd1d78e04e9"
dependencies = [
 "bitflags",
 "log",
 "unicode-width",
]

[[package]]
name = "rustc-ap-rustc_target"
version = "276.0.0"
dependencies = [
 "bitflags",
 "log",
 "rustc-ap-rustc_cratesio_shim",
 "rustc-ap-serialize",
]

[[package]]
name = "rustc-ap-serialize"
version = "276.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d9d77e5b2cec2915d5b2487e8b67a75625e6e8e4d5dc40fcde88a19454ec492"
dependencies = [
 "smallvec",
]

[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
 "maybe-uninit",
]

[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"