cfg-traits 0.2.3

Traits for Control Flow Graphs
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arena-traits"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "294252f426d5a6c175bcacfabf794c7e16790ccc7e0721eaddee0cc946323492"

[[package]]
name = "cfg-traits"
version = "0.2.3"
dependencies = [
 "arena-traits",
 "either",
]

[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"