rustc-ap-rustc_target 281.0.0

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

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

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