version = 4
[[package]]
name = "bitflags"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
[[package]]
name = "derive-where"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d08b3a0bcc0d079199cd476b2cae8435016ec11d1c0986c6901c5ac223041534"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "disqualified"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9c272297e804878a2a4b707cfcfc6d2328b5bb936944613b4fdf2b9269afdfd"
[[package]]
name = "mutants"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"
[[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 = "rustc-hash"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
[[package]]
name = "rx_core_common"
version = "0.2.2"
dependencies = [
"bitflags",
"derive-where",
"disqualified",
"rx_core_macro_observable_derive",
"rx_core_macro_observer_derive",
"rx_core_macro_operator_derive",
"rx_core_macro_subscriber_derive",
"rx_core_macro_subscription_derive",
"thiserror",
"variadics_please",
]
[[package]]
name = "rx_core_macro_common"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8bc0a49385ce1df40e221240f40c1d73f35bb289631f842598c5378e06f34c8"
dependencies = [
"proc-macro2",
"quote",
"syn",
"thiserror",
]
[[package]]
name = "rx_core_macro_observable_derive"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3a9f93a700aca79abcc03cc871a81f71363db68f7daef7e6ac51a4df828732"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_observer_derive"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36615719db64b54f2f518647ba62beb2720d130ca6ef830d4cf2dcc8db1b923b"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_operator_derive"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8affab1ec83f80b369a93a35c40a75b460b42d9ce3b7dcd9827824725cef334a"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_subscriber_derive"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94ea90f8c7e48dbdb79e0ca22b89038bc046a6e92b4880794b13b09af3240061"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_subscription_derive"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6389330dd50225ff6b920145f4e67b900a09e8cfdda1424ed2c07f8607e003ca"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "syn"
version = "2.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
[[package]]
name = "unsynn"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501a7adf1a4bd9951501e5c66621e972ef8874d787628b7f90e64f936ef7ec0a"
dependencies = [
"mutants",
"proc-macro2",
"rustc-hash",
]
[[package]]
name = "variadics_please"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b53d0f7f2d0182759a549f1f313ce16b07d8f9ba93098157b5fa10ee3e61117f"
dependencies = [
"quote",
"unsynn",
]