rustc-ap-rustc_target 282.0.0

Automatically published version of the package `rustc_target` in the rust-lang/rust repository from commit 0db7abe5b6f3cdfca736f9238689cbea8ef61c7e 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 = "282.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723f09296f5e67a6e5eac6e49b26d04cecfa359090a0a46fd658b2d7afa18448"
dependencies = [
 "bitflags",
 "log",
 "unicode-width",
]

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

[[package]]
name = "rustc-ap-serialize"
version = "282.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41ef45b03833474f327a6b2505288cf66f594326c4397665aa42e5d4e0e5bce"
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"