version = 4
[[package]]
name = "bitflags"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
[[package]]
name = "derive-where"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f"
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 = "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.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rx_core_common"
version = "0.2.1"
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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e1997eaf317bfb51e302c682c600e2613f621c1cb0cd79da9cb2f55fdfc6a8"
dependencies = [
"proc-macro2",
"quote",
"syn",
"thiserror",
]
[[package]]
name = "rx_core_macro_observable_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5de4ff83e4b0e245d9228dbdb0a782afb9c3d8b4bb0801a16148d710be883e8"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_observer_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9ac8d8fd817189f0140c2e88e19ec6480888db560085a9d9f7470b029ba9c93"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_operator_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84209ed9ecb742b4b79d0e5a079173185819f23e7e41f95832698915263f0739"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_subscriber_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a847e403be928f21950c82b34d3e74f8cff7dccb2bc8b6d448f08cc370ddebad"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "rx_core_macro_subscription_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e7c9d0808ec5ef771e0b5d0f5f0b25c89ecb5038ade586e335ace9e6723ea07"
dependencies = [
"quote",
"rx_core_macro_common",
"syn",
]
[[package]]
name = "syn"
version = "2.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
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.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
[[package]]
name = "variadics_please"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41b6d82be61465f97d42bd1d15bf20f3b0a3a0905018f38f9d6f6962055b0b5c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]