target-cpu-macro 0.1.3

A procedural macro for conditional compilation based on the CPU being targeted
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "json"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"

[[package]]
name = "target-cpu-fetch"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c620c949188981ea1071b1a280e1cfd7e4ca1394083a4a5b878714a351231031"
dependencies = [
 "json",
]

[[package]]
name = "target-cpu-macro"
version = "0.1.3"
dependencies = [
 "json",
 "target-cpu-fetch",
]