hdl-cat-std 0.1.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.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae4f71c44145c9cd5827db2156c08b87809dc8073821b80738a975c98eb5c08d"
dependencies = [
 "hdl-cat-error",
]

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

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

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

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

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