rx_core_common 0.2.2

rx_core's core traits and implementations
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_common"
version = "0.2.2"
authors = ["Sandor Gyori <alexaegis@pm.me>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rx_core's core traits and implementations"
homepage = "https://github.com/AlexAegis/rx_bevy"
documentation = "https://github.com/AlexAegis/rx_bevy"
readme = "readme.md"
keywords = [
    "rx",
    "rx_core",
]
license = "MIT"
repository = "https://github.com/AlexAegis/rx_bevy"

[package.metadata.cargo-machete]
ignored = ["rx_core_macro_observer_derive"]

[features]
default = []
pipe = []

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

[dependencies.bitflags]
version = "2.13.0"
default-features = false

[dependencies.derive-where]
version = "1.6"
default-features = false

[dependencies.disqualified]
version = "1.0"
default-features = false

[dependencies.rx_core_macro_observable_derive]
version = "0.2.2"

[dependencies.rx_core_macro_observer_derive]
version = "0.2.2"

[dependencies.rx_core_macro_operator_derive]
version = "0.2.2"

[dependencies.rx_core_macro_subscriber_derive]
version = "0.2.2"

[dependencies.rx_core_macro_subscription_derive]
version = "0.2.2"

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.variadics_please]
version = "2.0"
default-features = false

[lints.clippy]
type_complexity = "allow"