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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e898f256439bacbba605bbaca37393c87da3bf2b99e0e71f080e9707f35178d3"
dependencies = [
"hdl-cat-error",
]
[[package]]
name = "hdl-cat-circuit"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e53f9c0d33b0e31d6a704efee544760d69ad898284e3101986e8d66f6b356e5"
dependencies = [
"comp-cat-rs",
"hdl-cat-bits",
"hdl-cat-error",
"hdl-cat-ir",
"hdl-cat-kind",
]
[[package]]
name = "hdl-cat-error"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238c199866a0a743f55d8a3dd9b52e773e5a23773c4b12afad48c931d30aa040"
dependencies = [
"comp-cat-rs",
]
[[package]]
name = "hdl-cat-ir"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaa4b0eab6377cfcec797747a32d93df674a0bb8603f0269d829366d18a28d9"
dependencies = [
"comp-cat-rs",
"hdl-cat-error",
"hdl-cat-kind",
]
[[package]]
name = "hdl-cat-kind"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df718cf928f6bf9917c011fcf1e2bbc1d560fc11b9687a93a4e8b35549ca70bd"
dependencies = [
"hdl-cat-bits",
"hdl-cat-error",
]
[[package]]
name = "hdl-cat-std"
version = "0.3.0"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f6a93fe3921384907ff8ed417a8af8e1d17eb4c45a56ee5555b7eedc0a88085"
dependencies = [
"hdl-cat-bits",
"hdl-cat-circuit",
"hdl-cat-error",
"hdl-cat-ir",
"hdl-cat-kind",
]