version = 4
[[package]]
name = "comp-cat-rs"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "718942f8548b51f4b9de8b5d905fc13cdc59f0008374496f75050c5d4a118882"
[[package]]
name = "hdl-cat-bits"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acab766be4a79eef752c0451d3501619fe236e816828d0a723f18cd547a2f625"
dependencies = [
"hdl-cat-error",
]
[[package]]
name = "hdl-cat-circuit"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20848f02e0d1f1c4615d4d108812b02bf7733714f93f078dff02d30d3d97f859"
dependencies = [
"comp-cat-rs",
"hdl-cat-bits",
"hdl-cat-error",
"hdl-cat-ir",
"hdl-cat-kind",
]
[[package]]
name = "hdl-cat-error"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6c84a6b365429b9605a0c7b8723a9ecfaf1874138035b42a4e527b5e0b110fe"
dependencies = [
"comp-cat-rs",
]
[[package]]
name = "hdl-cat-ir"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2897e135b1fb4c11eca89426c9a975f30c9bf1488a757ecba422674252f21e10"
dependencies = [
"comp-cat-rs",
"hdl-cat-error",
"hdl-cat-kind",
]
[[package]]
name = "hdl-cat-kind"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "916d0408f3ff2037849120d85ae41fe6a2e5dd7ac9b9486f5e9153c35aecb424"
dependencies = [
"hdl-cat-bits",
"hdl-cat-error",
]
[[package]]
name = "hdl-cat-std"
version = "0.3.1"
dependencies = [
"hdl-cat-bits",
"hdl-cat-circuit",
"hdl-cat-error",
"hdl-cat-ir",
"hdl-cat-kind",
"hdl-cat-sync",
]
[[package]]
name = "hdl-cat-sync"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46d8cf78cf4df3a44e0c8d0cae486269d1348382671b865521d811162aad25f3"
dependencies = [
"hdl-cat-bits",
"hdl-cat-circuit",
"hdl-cat-error",
"hdl-cat-ir",
"hdl-cat-kind",
]