target-tuples 0.16.0

A library to parse target tuples of the form `<arch>-<vendor>-<system>`, similar to those used by autoconf.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "target-tuple-pieces"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d338c509912e8b9160bef265e5c51c97e2003dc685f12c284c801acff3102893"

[[package]]
name = "target-tuples"
version = "0.16.0"
dependencies = [
 "target-tuple-pieces",
 "target-tuples-macro",
]

[[package]]
name = "target-tuples-macro"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc1f6cc6aeffa5004ecd92a138885d33760401ee1ecb538174a387c3a8d85ba1"
dependencies = [
 "target-tuple-pieces",
]