xlang_struct 0.1.0

ABI Safe structures for representing xlang's intermediate representation
Documentation
# 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-match"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8100e46ff92eb85bf6dc2930c73f2a4f7176393c84a9446b3d501e1b354e7b34"

[[package]]
name = "fake-enum"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "185b4cd26aff3789b8662aa73732b585d46b9756cd3c6b302be72f68302c5eba"

[[package]]
name = "target-tuples"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91ae206c5889dbb7c59810f27ce41efe77fac95a4a1609dc64b67b938ea9ae9"

[[package]]
name = "xlang_abi"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3943407cdb2ed7a177ba8e3c9c3286bcc5a7c180303a841de80478f3f082bca3"
dependencies = [
 "xlang_host",
]

[[package]]
name = "xlang_host"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549c79609274d59195ac89501536941d3157e10240613399f912a0fab641f71f"
dependencies = [
 "cfg-match",
]

[[package]]
name = "xlang_struct"
version = "0.1.0"
dependencies = [
 "bitflags",
 "fake-enum",
 "xlang_abi",
 "xlang_targets",
]

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