hdl-cat 0.9.1

Umbrella crate re-exporting the hdl-cat workspace
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"
version = "0.9.1"
dependencies = [
 "hdl-cat-bits",
 "hdl-cat-circom",
 "hdl-cat-circuit",
 "hdl-cat-error",
 "hdl-cat-ir",
 "hdl-cat-kind",
 "hdl-cat-macros",
 "hdl-cat-signal",
 "hdl-cat-sim",
 "hdl-cat-std",
 "hdl-cat-sync",
 "hdl-cat-verilog",
]

[[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-circom"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ad69427faf2c1761b1bc7249d2ffca41bccf92a7295a63a0e0aea2102832eae"
dependencies = [
 "comp-cat-rs",
 "hdl-cat-error",
 "hdl-cat-ir",
 "hdl-cat-kind",
]

[[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-macros"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2db3341a46f5fb1bc0e2307fdcaf2adcb68a68008bf1500e0595c87e1816d74"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

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

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

[[package]]
name = "hdl-cat-std"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24dd2f20cfcdb51998df52a888d80e9bfbec13a45d96f452759b57c9ef5cf2ea"
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",
]

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

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"