hdl-cat-std 0.2.0

Standard component library for hdl-cat
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e596839e3e1ea6e5cab689bd9d7298596d2fdfda8d498926c3ff756ee64974"
dependencies = [
 "hdl-cat-error",
]

[[package]]
name = "hdl-cat-circuit"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb82f03c53f1983626cf68ef03e6c4d2ec8b09f7ed67b94016cc7346d3b83bca"
dependencies = [
 "comp-cat-rs",
 "hdl-cat-bits",
 "hdl-cat-error",
 "hdl-cat-ir",
 "hdl-cat-kind",
]

[[package]]
name = "hdl-cat-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d7da632de7f15f66d4c81b64ab9140b950ae2d084e1e895bd37a6ef747c766c"
dependencies = [
 "comp-cat-rs",
]

[[package]]
name = "hdl-cat-ir"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f04ca93c68c993dd4e8675f34d5bdded48bc1a4b6a89bad10d97dd558b68694"
dependencies = [
 "comp-cat-rs",
 "hdl-cat-error",
 "hdl-cat-kind",
]

[[package]]
name = "hdl-cat-kind"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5faa0910067b8b75dc9460ccbe446ff70f33f94e0e399edcf1235716a337c64f"
dependencies = [
 "hdl-cat-bits",
 "hdl-cat-error",
]

[[package]]
name = "hdl-cat-std"
version = "0.2.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.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f43a1123afa5c5dcd7fd5776b81058bfb917e4c3df87556d69c092f6977e61b"
dependencies = [
 "hdl-cat-bits",
 "hdl-cat-circuit",
 "hdl-cat-error",
 "hdl-cat-ir",
 "hdl-cat-kind",
]