rx_core_observable_timer 0.2.1

timer observable for rx_core
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "rx_core_observable_timer"
version = "0.2.1"
authors = ["Sandor Gyori <alexaegis@pm.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "timer observable for rx_core"
homepage = "https://github.com/AlexAegis/rx_bevy"
documentation = "https://github.com/AlexAegis/rx_bevy"
readme = "readme.md"
keywords = [
    "rx",
    "rx_core",
    "rx_core_observable",
    "rx_bevy",
    "rx_bevy_observable",
]
license = "MIT"
repository = "https://github.com/AlexAegis/rx_bevy"

[features]
default = []
observable_fn = []

[lib]
name = "rx_core_observable_timer"
path = "src/lib.rs"

[dependencies.rx_core_common]
version = "0.2.1"

[dependencies.rx_core_macro_observable_derive]
version = "0.2.1"

[dependencies.rx_core_macro_subscription_derive]
version = "0.2.1"

[dev-dependencies.rx_core_testing]
version = "0.2.1"

[lints.clippy]
type_complexity = "allow"