rx_core_observable_timer 0.2.1

timer observable for rx_core
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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 = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"

[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"

[[package]]
name = "indexmap"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
dependencies = [
 "equivalent",
 "hashbrown",
]

[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db302f51c462df4cc757f94edc1de879a4a2f3ce22721d0422be7608838eddad"
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_executor_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b84839738d1245e0fa51d844dc5df39fd71406c5611fc3d694bab132820ab38"
dependencies = [
 "quote",
 "rx_core_macro_common",
 "syn",
]

[[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_scheduler_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8986402dffd2a1a6a66cb1e5901fc5638bf8680865f2f5b7be24e49ed1e6236"
dependencies = [
 "quote",
 "rx_core_macro_common",
 "syn",
]

[[package]]
name = "rx_core_macro_subject_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "337ac13acda41e1e81f37ba5bf3e24de5d326f8c706887e4868103ddece649d8"
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 = "rx_core_macro_work_derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ede86c786230a4ec76ad454fc2a15a23c9522ad470d99efe5dfd5414f442fd"
dependencies = [
 "quote",
 "rx_core_macro_common",
 "syn",
]

[[package]]
name = "rx_core_observable_timer"
version = "0.2.1"
dependencies = [
 "rx_core_common",
 "rx_core_macro_observable_derive",
 "rx_core_macro_subscription_derive",
 "rx_core_testing",
]

[[package]]
name = "rx_core_scheduler_ticking"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81f3ad0e02544568a16e397ebc3fac36226ae0cc0c87bdca9c73afb67b1fdc10"
dependencies = [
 "derive-where",
 "indexmap",
 "rx_core_common",
 "rx_core_macro_executor_derive",
 "rx_core_macro_scheduler_derive",
 "rx_core_macro_work_derive",
]

[[package]]
name = "rx_core_testing"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "183975bb19c17918fd53d9c8056cbea9a293cb616d23db0dc2e2e83d42b061f8"
dependencies = [
 "derive-where",
 "rx_core_common",
 "rx_core_macro_executor_derive",
 "rx_core_macro_observable_derive",
 "rx_core_macro_observer_derive",
 "rx_core_macro_subject_derive",
 "rx_core_macro_subscriber_derive",
 "rx_core_macro_subscription_derive",
 "rx_core_scheduler_ticking",
]

[[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",
]